View Full Version : mysql commands for mini2pub
Xpeld
07-25-2007, 08:53 AM
what are the mysql commands to switch the server from minilogin to the public server?
Secrets
07-25-2007, 09:41 AM
what are the mysql commands to switch the server from minilogin to the public server?
You should set it as per the guide.
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
UPDATE variables SET value='Public' WHERE varname='LoginType'
*edit* mini to public...
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.