View Single Post
  #10  
Old 03-17-2003, 05:37 PM
brainleacher
Fire Beetle
 
Join Date: Mar 2003
Posts: 17
Default

Okay, this is what's wierd about your db..
Your first user/pass is the same as your mysql admin's user/pass. I believe that the login server will use that to login to mysql, not sure what user it'll think is trying to log in. Secondly, you have one of your machines listed twice with the same IP, I believe that the login server will never ever look at the second one, the first IP match it finds, it'll just use whatever user/pass it finds with that. So your eqemu account will never be used.
Another point is this, in my db, the user eqemu is ID 1, maybe there're places in the code where that assumptions is made, I don't know, but just to be safe, that's what I would do.
Hope that helps.
Reply With Quote