SA-MP Forums Archive
Access denied for user 'root'@'localhost' (using password: YES). - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Access denied for user 'root'@'localhost' (using password: YES). (/showthread.php?tid=446601)



Access denied for user 'root'@'localhost' (using password: YES). - munsee - 26.06.2013

Nickname: SouthSider

Problem: Gives me an error when I open Server, you have the below error

Server_log:

Code:
Access denied for user 'root'@'localhost' (using password: YES).



Re: Access denied for user 'root'@'localhost' (using password: YES). - kaisersouse - 26.06.2013

Your MySQL plugin is trying to access the DB as 'root', which you really should never ever do.


Re: Access denied for user 'root'@'localhost' (using password: YES). - DaRealShazz - 26.06.2013

Make sure you are using the right password.
Are you trying to connect externally or is the MySQL server on the same machine?


Re: Access denied for user 'root'@'localhost' (using password: YES). - munsee - 26.06.2013

Quote:
Originally Posted by DaRealShazz
View Post
Make sure you are using the right password.
Are you trying to connect externally or is the MySQL server on the same machine?
I don't use pass


Re: Access denied for user 'root'@'localhost' (using password: YES). - Jstylezzz - 26.06.2013

Code:
Access denied for user 'root'@'localhost' (using password: YES).
Check again. It's clearly trying to log in with a password, be sure that the password
parameter is like this: "" and not like this: " ". Not sure if that matters, but it's clearly trying with a password.


Re: Access denied for user 'root'@'localhost' (using password: YES). - munsee - 28.06.2013

UP
Help me please


Re: Access denied for user 'root'@'localhost' (using password: YES). - SuperViper - 29.06.2013

You're completely ignoring the posts above you.


Re: Access denied for user 'root'@'localhost' (using password: YES). - McBan - 29.06.2013

Had the problem before. Make sure there aren't spaces in between ' pass: " " ' ( as stated above ), also make another user or try '127.0.0.1' as the user because root never works for me, Also if you are using MySQL externally don't use the 127 or root, Make a new user and give it privileges for the specific DB you a trying to connect to. Tell us how it went.