If the server and client are on a different machine, then you have to specify the IP address of the client machine in the database. Issue this command from a MySQL prompt (open a command command prompt, type mysql):
update account set minilogin_ip = 192.168.0.1 where name = 'mini';
Obviously change 192.168.0.1 to whatever the IP of your client is. That will then enable you to login with the user/pass of mini/mini if you are using a default install of the installer pack. Though, just so you know the password isn't registered so you can type anything you want for it.
|