Download phpMyAdmin and unzip it to the apache web directory
http://www.phpmyadmin.net/
Visit http://127.0.0.1/phpMyAdmin/index.php
Log in with your database username and password.
If the error message "Login with empty password is prohibited (see Allowing empty passwords)" appears, the solution is as follows:
1. Copy config.sample.inc.php in the phpMyAdmin directory and rename it to config.inc.php
2. Change the value of the following key to true.
Copy code The code is as follows:
cfg[′Servers′][i][‘AllowNoPassword’] = false;