Recently I have set a password for my MySQL database through MySQL console.
After that, I can't access my PHPMyAdmin page. I can't even get to the login screen! Showing this error:
How do I fix this?
Recently I have set a password for my MySQL database through MySQL console.
After that, I can't access my PHPMyAdmin page. I can't even get to the login screen! Showing this error:
How do I fix this?
just replace the $cfg['Servers'][$i]['auth_type'] = 'config';
with $cfg['Servers'][$i]['auth_type'] = 'cookie';
and then you will get the login page where you can put the username and password setted in the conf.inc.php file