error to mysql
-
HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.
-
HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.
-
HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.
a2bj wrote:
you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server
Such a good error message! It perfectly tells you what to do. I cannot believe that some internet provider would allow you to connect to a MySQL database on the server as root, and without a password...
-
a2bj wrote:
you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server
Such a good error message! It perfectly tells you what to do. I cannot believe that some internet provider would allow you to connect to a MySQL database on the server as root, and without a password...
You can rest easy. It's on
localhost
, not an ISP. OP just can't remember what he told mysql so he can enter it into phpmyadmin. :groan: PeterSoftware rusts. Simon Stephenson, ca 1994.
-
HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.
Edit config.inc.php this can be found in phpMyAdmin/libraries change : $cfg['PmaAbsoluteUri'] = ''; to $cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin/'; change $cfg['Servers'][$i]['host'] = 'localhost'; to $cfg['Servers'][$i]['host'] = 'Localhost'; and enter you're password in : $cfg['Servers'][$i]['password'] = ''; eg $cfg['Servers'][$i]['password'] = 'password'; reboot MySQL