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).
|