0

I tried to set up a password on the phpmyadmin interface. So I changed a parameter in config.inc.php : $cfg['Servers'][$i]['AllowNoPassword'] = FALSE. But since this change I have this error message which appears:

enter image description here

Thank you for your help.

Martin Smith
  • 438,706
  • 87
  • 741
  • 845
  • I speak very little French. I believe it says something along the lines of "PHPMyAdmin cannot connect to MySQL" Could you translate the errormessage for non-French speaking users? – Sevvlor Dec 17 '16 at 10:42
  • 1
    @Sevvlor phpMyAdmin cant acces to MySql, the server refused this connection. Please verify values of host, username and password in your configuration and be sure they are corresponding to informations provided by server administrator. –  Dec 17 '16 at 10:47
  • Connection not possible: incorrect settings. PhpMyAdmin tried to connect to the MySQL server, and the server regected the connection. Please check the host, username, and password values in your configuration and make sure they match the information provided by the MySql server administrator – khalid essalhi Dec 17 '16 at 10:48
  • you have to change settings in your configuration file. `http://stackoverflow.com/questions/1276538/phpmyadmin-cant-connect-invalid-setings-ever-since-i-added-a-root-passwor` `http://stackoverflow.com/questions/23883163/phpmyadmin-cannot-connect-to-mysql-server` –  Dec 17 '16 at 10:53
  • First and most obviously; do you have a password for your user? By setting that to false, you're disallowing users without a password to connect (also, the default is false anyway). – Isaac Bennetch Dec 18 '16 at 23:54

0 Answers0