failed to connect to mysql at localhost:3306 with user root can't get hostname for your addresss
发布网友
发布时间:2023-03-28 19:32
我来回答
共1个回答
热心网友
时间:2023-10-29 10:27
Mysql 出现can't get hostname for your address的解决方法
通过远程连接Mysql数据库,提示“can't get hostname for your address”,
解决方法:
修改mysql服务器的my.ini文件,加入一行:
skip-name-resolve
重启Mysql服务即可。追问不好使啊!!