linux開啟遠程訪問端口 開啟3306端口的tcp訪問權限 /sbin/iptables -I INPUT -p tcp -dport 3306 -j ACCEPT 保存防火牆信息 /etc/rc.d/init.d/ip ...