View Single Post
  #3  
Old 11-21-2006, 01:26 PM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default

Quote:
Originally Posted by ChUzZ
Hey ppl,

what is the commandline in MySQL Query Browser to add other users on my LANs???

This one provided on the server setup second didn't work.
INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 250, , 0, 0, 0, 0, 'IP of Account')

Anyone able to help???
Do a forum search on "insert into accounts". Someone posted the better way. Basically, the order of the values doesn't coincide with the order of the fields in the table, thats why the error.

Even easier, just use the mysql query browser to show the accounts table then put the values in manually.
Reply With Quote