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

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).
Reply
#2

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

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

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
Reply
#5

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.
Reply
#6

UP
Help me please
Reply
#7

You're completely ignoring the posts above you.
Reply
#8

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)