View Single Post
  #10  
Old 06-18-2003, 09:09 AM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

Quote:
I'll try that. Thanks! Question. When I do this how do I know it works?

Every time I type that particular item in, I get back a statment that says 0 (zero) lines changed, 0.0sec. Am I doing something wrong? Shouldn't at lease 1 line change? Any insight would be greatly appreciated.

Would this prevent me from loggin in? I can log in as eqemu-eqemu, but crash after selecting server. I thought the above account insert item would prevent me from logging in entirely if not properly configured. Thanks again.
Hmmm, odd. The reason I added my account info with the INSERT INTO account SET command, was because everything was going fine, until I tried to press the 'Play Everquest' button to log in to my server. When I pressed it, I would get the 1017 error, and dump back to the server selection screen. I was running EQW in window mode, so I flipped back to the world.exe window and saw a message at the bottom stating that wdrng (my MySQL admin id), had tried to log in and had been rejected due to invalid username/password. So I added my id 'wdrng' and my password '*******' into the MiniLoginAccount.ini, and with the INSERT INTO account SET command for MySQL, and the 1017 went away. I'm guessing because now, 'wdrng' was now considered a valid account to log into the MySQL eq database.

But I'm pretty sure that when I ran INSERT INTO account SET, I did recieve a 1 line changed message. I'll have to check and let you know though.