View Single Post
  #37  
Old 04-24-2006, 09:35 AM
klinzhai
Sarnak
 
Join Date: Jan 2006
Posts: 78
Default

With not seeing the server in the list, you may need to run the following SQL command:

update variables set value = 'minilogin' where varname='LoginType';

you can either do it in a MySQL command line interface or any SQL connector that will allow you to run commands (MySQLCC does I know, not sure about others offhand).
Reply With Quote