Step 1: Go to
http: //localhost/security/xamppsecurity.php
Step 2: Set / change your password.
Step 3: Open C: \ xampp \ phpMyAdmin \ config.inc.php using the editor.
Step 4: Check the following lines:
$cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'your_password'; // your_password = the password that you have set in Step 2.
Step 5: Ensure that the following line is set to TRUE: $ cfg ['Servers'] [$ i] ['AllowNoPassword'] = true;
Step 6: Save the file, restart MySQL from the XAMPP control panel
Step 7: Log in to phpmyadmin with the root and your password.
Note. If the same error appears again, check the security page:
http: //localhost/security/index.php
It will say: The MySQL root admin user no longer has a password. SECURE Password entry PhpMyAdmin is enabled. SAFELY
Then reboot your system, the problem will be solved.
Praz Sep 24 '12 at 5:02 2012-09-24 05:02
source share