Access denied for user root@ localhost <using password: YES>

khenma

New member
Messages
202
Points
0
Hi.. Guys help, did someone knows about this errors?

help please.. /thx

And what i'm going to put in these notepad? portion which is encircled

Access denied for user root@ localhost &lt;using password: YES&gt;







 
Last edited by a moderator:
Configure your MySQL server's root account (or whichever) to match your SQL settings in inter-server.conf and login-server.conf. The settings you highlighted are for the char and map server's login authentication, not your MySQL server.

 
you are using/editing inter-athena/char-athena..

I think you must use hercules server files to run it properly?

see on your screenshot, Hecules cmd is using char-server/map-server/login-server to run.

 
input the SQL password and username. not the inter_athena and char_athena username and pass.

 
here is my Sql,

The username on the picture is root.

So meaning im going to change the user name in inter-server.conf and login-server.conf. into "root".?

I think i forgot my password, did anyone knows how to reset the password of mySQL?



 
Last edited by a moderator:
Hello Khenma:

Here's a guide on how to reset your password, depending on your OS: http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

About the MySQL user, you should set a valid MySQL user and password at least in your conf/inter-server.conf file. Also, the server communication ID and password are made so that char and map servers can communicate, so they must be the same. Your server communication account and password are stored in the `login` table inside your database, with its sex marked as 'S' (usually on the first row).

Hope I helped.

 
Back
Top