Start Wampserver
Wait until the icon on the taskbar turns green, wampserver starts successfully
Click the wampserver icon, and then Click phpmyadmin to enter the phpmyadmin management interface
Find and click the user
Click the edit permission in the yellow box, because my root has set a password, so I The value of the password column is "Yes", if there is no password, it is "No"
Then enter this page, scroll down to find the change password, enter the password you want to set, and click Start
Refresh the phpmyadmin page and you will see an error message because the password has been enabled
Then, find the WampServer program installation directory and find the phpmyadmin directory in the apps directory
Open the phpmyadmin directory config.inc.php file, find the following code: $cfg['Servers'][$i]['password'] = ''Enter the password you just set in the single quotes to the right of the equal sign
,save.
There will still be an error message when you reopen the phpmyadmin page. It doesn't matter. Refresh it and phpmyadmin can access it normally.
The above is the detailed content of How to check phpmyadmin account password. For more information, please follow other related articles on the PHP Chinese website!