MySQL Access denied for user root and localhost
Hi dear,
I know MySql provides 2 users access by default, such as root and localhost.
I am trying to access MySQL, but I receive an error.
Please tell me how I can access my database. Why do I receive this error ?
Thanks in advance.
Detail of Errors:
Error
MySql said:
S1045 – Access denied for user ‘root’ @ ‘localhost’ (using password: No)
Connection for controluser as defined in your configuration failed.
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.