PDA

View Full Version : Creating Accounts for other computers on the LAN???


ChUzZ
11-21-2006, 12:29 AM
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???

ChUzZ
11-21-2006, 02:12 AM
A better way to put the question is...

Does anyone have the correct method for adding account to a Minilogin+PEQ server setup via MySQL Query Browser???

Rhodan
11-21-2006, 01:26 PM
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.

ChUzZ
11-21-2006, 09:24 PM
nevermind I went back to the older version of MySQL and got the server working. Now I have another issue which I will start in a new thread.