View Single Post
  #2  
Old 07-25-2007, 09:41 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by Xpeld View Post
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...

Last edited by Secrets; 07-25-2007 at 05:45 PM..
Reply With Quote