2 articles
Monday, May 23, 2022
mysql database connection failed | SQLSTATEHY000 2002 Connection refused solution The address bound to the mysql database does not match the address e...
Sunday, May 22, 2022
mysql数据库链接失败| SQLSTATEHY000 2002 Connection refused 解決方法 mysql数据库绑定的地址与输入的地址不符 比如你在mysql绑定的是localhost ,但是配置数据库写的是127.0.0.1 又或者mysql绑定的是127.0.0.1,数据库配置...