After installing the wamp integration server and configuring it, click PhpMyAdmin to enter the mysql database online client. However, when you change the mysql administrator root user password and click again, the following will appear. Page:
Cause of error: This is because the phpmyadmin configuration file is not updated synchronously after changing the mysql password
Solution: Open config.inc.php ( Generally located under wamp/apps/phpmyadmin/), change the database password (my database password is set to root, so it also needs to be synchronized here), as shown in the figure below
Recommended learning: phpmyadmin tutorial
The above is the detailed content of Solution to the problem of not being able to log in after changing the password using phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!