实验环境:Centos6.7 X64 mysql5.5.321.将3306端口加入防火墙#iptables -I INPUT -p tcp --dport 3306 -j ACCEPT #添加端口3306/etc//init.d/i...