Quote:
Originally Posted by Drunia
So then I tried the other suggestion, and did it directly from the /bin file. Below is the result.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 140 to server version: 3.23.55-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use eq INSERT INTO account SET name='eqemu', password='eqemu', status=200
;
Database changed
mysql>
|
i think it's supposed to be 2 separate lines like
use eq;
INSERT INTO account SET etc...
cuz the line that follows what you typed just says database changed... i think it's supposed to say something along the lines of 'rows affected blah blah blah' if you do it right