Posts

Showing posts from July, 2018

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.