百度,谷歌这个报错 都没什么答案..
我的环境是用 oneinstack 集成包装的, 想设置 mysql 允许远程连接
然后找到了这个文章 https://oneinstack.com/question/298/
BUT.
我一执行 iptables -I INPUT 4 -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT
就会提示 iptables: Index of insertion too big.
咋办啊,网上找了好久 没找到解决方案
mysql 本机连接没问题, 外部连接不了现在
我的环境是用 oneinstack 集成包装的, 想设置 mysql 允许远程连接
然后找到了这个文章 https://oneinstack.com/question/298/
BUT.
我一执行 iptables -I INPUT 4 -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT
就会提示 iptables: Index of insertion too big.
咋办啊,网上找了好久 没找到解决方案
mysql 本机连接没问题, 外部连接不了现在