[Solved] I forgot my phpmyadmin password, how to recover it ?

[Solved]I forgot my phpmyadmin password, how to recover it ?

In config.inc.php file you can find the password you already gave.

config.inc.php file exists in the “xampp\phpMyAdmin\config.inc.php

$cfg[‘Servers’][$i][‘auth_type’]            = ‘config’;
$cfg[‘Servers’][$i][‘user’]                 = ‘root’;
$cfg[‘Servers’][$i][‘password’]             = ‘pass123’;

Thanks for reading!

Leave a Reply