How to change password phpmyadmin Xampp?

1. Go to directory /opt/lampp/phpmyadmin and open config.inc.php file using your favorite editor.
2. Find line $cfg[‘Servers’][$i][‘auth_type’] = ‘config’; and change to:
$cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’;
3. Restart your xampp and go to your phpmyadmin.
4. After login, you can change password by clicking 'Change password' link.

Comments

Popular posts from this blog

How to learn data structure effectively

How to resolve some issue while Installing Moodle Ubuntu 16.04 using Xampp

How to change phpmyadmin URL in Xampp Ubuntu and how to solve 'New Security Concept while accessing Phpmyadmin - Xampp' ?