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