PDA

View Full Version : How do i change username/pass on MySql ?


infernal
04-10-2004, 06:18 AM
I have problems starting my own server.
I used Jezebell's Guide which was very easy to use.
But i do have a problem, and when i run boot5zones.bat, it brings up the 6 windows with all the same error:....


<prev txt here>.........
[Error] Loading npcs FAILED!
===============================
Runtime errors:

MySQL Error #1405 or $2001 means your mysql server rejected the username and password you presented it.
For more information on this error, visit http://www.eqemu.net/eqemuerror.php?id=1

Hit any key to exit



.... Well The website link does not work and i am not sure where i can change the username and pass for this...

Also, Which username pass do i use? A new one? the EQemu server username pass? and which one is causing the error?

Monrezz
04-10-2004, 11:25 AM
The username/password in LoginServer.ini needs to be the same as the one found in my.ini (C:\Windows).

Derision
04-10-2004, 11:35 AM
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

Monrezz
04-10-2004, 11:43 AM
True, but I was trying to keep it simple. =p

molimo140
04-10-2004, 06:25 PM
http://www.eqemulator.net/forums/viewtopic.php?t=13786

My guide :D

Bob's your uncle, thats it.