EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   MySQL help (https://www.eqemulator.org/forums/showthread.php?t=22103)

shadowdeamon01 12-17-2006 04:25 AM

MySQL help
 
Hi, im so close to getting my server running, but i cant figure this out. According to the guide on http://www.eqemulator.net/wiki/wikka...=ws70845mysql5 i need to input

INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 250, , 0, 0, 0, 0, 'IP of Account')

and Modify this with the IP of the computer that will be connecting to the server. Admin is the username. Lets say 12.345.67.890 is my IP adress, what would i input in that code?

Cripp 12-17-2006 04:50 AM

Code:

INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 255, , 0, 0, 0, 0, '12.345.67.890');
actually i wouldnt use that one.. 1 sec gona edit with better one..

try this one..
Code:

INSERT INTO accounts (name, status, minilogin_ip) VALUES ('Admin', 255, '12.345.67.890');


All times are GMT -4. The time now is 12:30 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.