View Single Post
  #1  
Old 12-14-2003, 12:38 PM
Sylverlin
Fire Beetle
 
Join Date: Dec 2003
Posts: 1
Default I must be overlooking something

Ok I'm at this point of setting up the server(pc2):

4. Now go to the machine that has c:\mysql\bin file and run the mysql.exe window.
Type in "use eq" without quote, and press Enter
type in "INSERT INTO account" without quote, and press Enter
Type in "SET name='eqemu', password='eqemu', status=200;" without quote, and press ENTER
type in "exit" without quote, and press enter

now when I start to type in "use eq" at the command prompt I get an error saying invalid login. Now if I just type it as "useeq" I can continue on. The rest of it I have typed it in exactly how the tutorial says and this is the error I get:

Error 1064: You have an error in your SQL syntax near 'useeq
INSERT INTO account
SET name='eqemu', password='eqemu', status=200' at line 1


now after the status=200 I did type in the ";" even though it is not showing in the error part of the command window.

Thank you in advance. =)