摘要: Error1: 2003:Can't connect to MySQL server on 'localhost'解决方法:关闭Linux的防火墙功能,或者设置容许TCP协议的3306端口通过,可以下使用如下命令开启TCP协议的3306端口。[root@bugzilla~]#more/etc/sysconfig/iptables。 -ARH-Firewall-1-INPUT-ptcp--dport3306-jACCEPT。Error2: 1130 - Host'ClientIP' is not allowed to connect to this MyS 阅读全文
posted @ 2013-08-13 11:37 玉伽 阅读(401) 评论(0) 推荐(0) 编辑