Connect to the mysql database outside of the mud using the username and
password the mud connects as:
mysql <database> <user> -p
<enter password>
Execute the same query here in the mysql interface:
INSERT INTO helps_needed values('Xantha','test');
And see what happens.
>Cause: Unknown
>Error: (error length: 0)
>executing: INSERT INTO helps_needed VALUES ('Xantha','test') (It IS a
>valid query)
> (In this case, it's not really helpful, though usually, yeah I'd agree
>it is:))
>--
>the define for &my_connection:
>MYSQL my_connection;
>
>
>
>