The following tutorial column will introduce to you how to solve the problem of opening phpMyAdmin in WAMP An error occurred, I hope it helps those who need it! Click phpMyAdmin in the WAMP window to open the database editing interface
Problems encountered:
Reason:
Solution:
Open the phpMyAdmin configuration file config.inc.php. The configuration file is in the installation directory. The following is my file path Open the configuration file, find the following content, and replace the modified password in it. $cfg['Servers'][$i]['password'] = 'MySQL密码';
Remember to save after modification and restart the server
The above is the detailed content of Solve the problem of WAMP error when opening phpMyAdmin. For more information, please follow other related articles on the PHP Chinese website!