EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   mysql commands for mini2pub (https://www.eqemulator.org/forums/showthread.php?t=23246)

Xpeld 07-25-2007 08:53 AM

mysql commands for mini2pub
 
what are the mysql commands to switch the server from minilogin to the public server?

Secrets 07-25-2007 09:41 AM

Quote:

Originally Posted by Xpeld (Post 135673)
what are the mysql commands to switch the server from minilogin to the public server?

Quote:

Originally Posted by Secrets
You should set it as per the guide.

Code:

INSERT INTO VARIABLES (varname, value, information) VALUES ('LoginType', 'Public', 'Set this to Minilogin to login using a minilogin server :)');
If you get an error saying it already exists, try and update it instead. Easiest way to do it is
Code:



UPDATE variables SET value='Public' WHERE varname='LoginType'


*edit* mini to public...


All times are GMT -4. The time now is 01:37 PM.

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