Steps:
- Open your phpMyadmin dashboard
- go to user accounts
- on the user section Get the root user and click [ Edit privileges ]
- in the top section you will find change password button [ click on it ]
- make a good pass and fill 2 pass field
- now hit the Go button
- now open your xampp dir ( c:/xampp )
- to phpMyadmin dir [C:\xampp\phpMyAdmin]
- open [ config.inc.php ] file with any text editor
- find [ $cfg['Servers'][$i]['auth_type'] = 'config'; ]line and replace 'config' to ‘cookie’
- go to [ $cfg['Servers'][$i]['AllowNoPassword'] = true; ] this line change ‘true’ to ‘false’
last : save the file .
No comments:
Post a Comment