View Single Post
  #15  
Old 10-01-2006, 11:00 AM
Worktruck
Fire Beetle
 
Join Date: Sep 2006
Location: FL
Posts: 3
Default

Quote:
Originally Posted by rojadruid
Where you put the IP address is staring you right in your face, if it was any clearer it would bite your head off. just replace the above with the IP of the computer you plan to play from or on.
Okay, then let me make myself clearier I've tried every variation that I could think of putting that line in the data table putting it in exactly like you say:
INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 250, , 0, 0, 0, 0, '192.168.0.22')

I get:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 0, 0, 0, 0, 192.168.0.22)' at line 1 1064

Which is the same error I get every time I've entered this line into the query browser.
Reply With Quote