Since I have upgraded PHP to 5.3.1, the previous version of phpmyadmin is not working, so when I upgrade to phpmyadmin 3.2.4, I will encounter a situation where I cannot log in to root with an empty password. What’s the solution? Please follow these steps:
1. Open the directory where the program is located 2. Find the config.default.php file in the libraries directory
The $CFG [’ the Servers’] [$I] [’ AllowNoPassword] = false; Modified into
The $CFG [’ the Servers’] [$I] [’ AllowNoPassword] = true;
I just started learning it recently. Do not know after verification record here.