Phptheadmin access denied due to accidentally lock account

MySQLphpmyadminxampp

Hello my Xampp was working and I access also the phpmyadmin in website, at first I was able to access the PhpMyAdmin site when I was there I accidentally lock the local host after that I was not be able to access it again I tried so many ways to fix that but unfortunately I did not fix it I don't know you could help me with that but i'm trying, I think I click "user" in phpmyadmin site and I saw the "root" which is the local host and I accidentally click the lock account, after that I didn't access it again please help me that is my first time using phpmyadmin, i've watched a lot of tutorials but i didn't found exactly the tutorials that I was looking for, I don't know how to fix it, please help.

Best Answer

I had the same problem, in XAMPP open Apache - config then in phpMyAdmin(config.inc.php) change $cfg['Servers'][$i]['user'] = 'root'; instead of "root" put another user "pma" work for me, then unlock the account, then put the config.inc.php with the user "root" again. that works for me.

Related Question