View Single Post
  #1  
Old 06-01-2010, 11:42 AM
Nimmersatt
Fire Beetle
 
Join Date: Apr 2010
Posts: 12
Default MiniLogin Question

Ok first off my World Client shows up the following :

ID is 0, is this server connected to Minilogin?
Could not find a minilogin account, verify Minilogin Ip is the same as in your account table or something like that.

Ok, i think my server is connected to mini because i actually can See my Realm in the List, but cannot connect.

So my Question what is the correct SQL syntax to set up an account ? Several Guides tell me to:
Insert into account (name, password, status, minilogin_ip) values ("NAME", "PW", 250, "IP here"); but MySQL tells me there is a Syntax issue within this line.

so WHAT is the Minilogin IP ? The IP of the Machine Running Minilogin ? what to do if Server and Client are the Same IP ? write my actual IP i got told by my router ? 192.168.XXX.XXX ? or 127.0.0.1 ???

open for any idea ... sitting with this whole stuff now for 8 hours :-/
Reply With Quote