phpmyadmin cannot connect to the mysql server 1045
The database password was changed by me, and then I want to connect to mysql through phpmyadmin
How to configure so that the password for phpmyadmin to connect to the database is consistent with the Mysql password?
——Solution——————–
config.inc.php found:
$cfg[‘Servers’][$i][‘user’] = ‘root’; // MySQL user
$cfg[‘Servers’][$i ][‘password’] = ”; // MySQL password (only needed…
Try changing the password to yours.