Unable to startphpmyadminWhat should I do?
Summary of reasons why phpmyadmin cannot be started
Statement: I am a newbie and just entered the web industry. I was fortunate to find an article about me today from the master rorger. The solution to the problem encountered was written in short and clear language, and it really solved the problem. After I made some slight modifications and improvements, I took it and shared it with everyone, dedicating it to newcomers like me.
Problem: phpmyadmin tries to connect to the mysql server but the server refuses the connection. You should check the host, username, and password in the configuration file and confirm that the information matches the information given by the mysql server administrator.
This error occurred after I changed the mysql root password using phpadmin.
Solution:
① Modify $cfg['Servers'][$i]['password'] = ''; option## in config.inc.php under phpmyadmin (file directory: wamp/apps/phpmyadmin/config.inc.php)
# ② $ cfg ['Servers'] [$ i] ['AUTH_TYPE'] = 'Http'; // Modify to http // Auth_type: CONFIG HTTP COOKIES ③Select IE Internet Options->General->Clear browsing history (different browsers have different methods, in short, just clear the cookies (cache).The above is the detailed content of What to do if phpmyadmin cannot be started. For more information, please follow other related articles on the PHP Chinese website!