mysql database connection failed | SQLSTATE[HY000] [2002] Connection refused solution

Monday, May 23, 2022 | 1 minute read | Updated at Monday, May 23, 2022

@

mysql database connection failed | SQLSTATE[HY000] [2002] Connection refused solution

The address bound to the mysql database does not match the address entered

For example, you are bound to localhost in mysql, but the configuration database is written as 127.0.0.1

Or mysql is bound to 127.0.0.1, and the database configuration is localhost

For the listening address of the mysql database, check the my.cnf configuration file.

This will result in database connection failure | SQLSTATE[HY000] [2002] Connection refused

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.