Cannot Log into my server with MiniLogin
Hey. This is my first attempt at making a server. The server loads properly, and is even listed on EqEmu if I launch it there. My problem is I am trying to login using MiniLogin, but when I enter my account information and password, nothing happens. It says "Logging into the server, please wait..." but cannot get past that point. My MiniLogin screen says there is a client connected when I try to login.
Now, I went through one of the Wiki's for setting up a Minilogin, and it never said anything about linking a password to your account name. This is the problem, because I cannot tell EQ to login to the server without telling it a password (a window pops up and tells me I need to enter a password with my account name), and at the same time, I do not know SQL language and have no idea how to set a password to my account. Here is the command I am using to create an account:
INSERT INTO account (name,STATUS, minilogin_ip) VALUES('namegoeshere',250,'127.0.0.1');
I know Minilogin goes off of IP addresses, I just need to know how to get past this password issue for now. Also, I am not currently running on EQ Titanium. I am getting it soon (hopefully), and I know that may be the problem too.
|