Can't connect to MySQL server的解决办法_MySQL
程序员文章站
2022-05-17 17:08:54
...
bitsCN.com
1.查看配置文件:
skip-networking #注释掉 因为它是屏蔽掉一切TCP/IP连接
bind-address = 127.0.0.1 #它和上一个选项是异曲同工,要想远程连接,也得注释掉
2.如果以上工作都做过还是出现:
ERROR 2003 (HY000): Can't connect to MySQL server on '*.*.*.*' (113),那就得考虑防火墙的问题了,关掉防火墙/etc/rc.d/init.d/iptables stop
修改完后需要 restart mysql (/etc/init.d/mysql restart)
bitsCN.com
skip-networking #注释掉 因为它是屏蔽掉一切TCP/IP连接
bind-address = 127.0.0.1 #它和上一个选项是异曲同工,要想远程连接,也得注释掉
2.如果以上工作都做过还是出现:
ERROR 2003 (HY000): Can't connect to MySQL server on '*.*.*.*' (113),那就得考虑防火墙的问题了,关掉防火墙/etc/rc.d/init.d/iptables stop
修改完后需要 restart mysql (/etc/init.d/mysql restart)
bitsCN.com
上一篇: 2
下一篇: const变量和连接符的问题
推荐阅读
-
mysql连接提示:Can t connect to MySQL server on (110)
-
MySQL错误ERROR 2002 (HY000): Can't connect to local MySQL server through socket_MySQL
-
MYSQL不能从远程连接的一个解决方法(s not allowed to connect to this MySQL server)
-
php 不能连接数据库 php error Can't connect to local MySQL server
-
Can't connect to MySQL server on localhost (10061)解决方法
-
MYSQL不能从远程连接的一个解决方法(s not allowed to connect to this MySQL server)
-
mysql 一个较特殊的问题:You can't specify target table 'wms_cabinet_form'
-
php运行提示Can't connect to MySQL server on 'localhost'的解决方法
-
php 不能连接数据库 php error Can't connect to local MySQL server
-
Can't connect to MySQL server on localhost (10061)解决方法