View Single Post
  #3  
Old 04-10-2004, 11:35 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Monrezz
The username/password in LoginServer.ini needs to be the same as the one found in my.ini (C:\Windows).
Not true. First of all, the mysql username and password go in db.ini, not loginserver.ini

While the my.ini and db.ini user/passwords can be the same, if you issue the command

grant all privileges on *.* to yourusername@localhost identified by 'yourpassword' with grant option;

Then you can use user=yourusername and password=yourpassword in db.ini
Reply With Quote