从外部访问关闭mysql端口(3306)。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从外部访问关闭mysql端口(3306)。相关的知识,希望对你有一定的参考价值。

The command you need to close the mysql port 3306 from external access. You need to use the 2 lines in the snippet below once you have connected to the server via SSH.
  1. iptables -I INPUT -p tcp --dport 3306 -j DROP
  2. /etc/init.d/iptables save
  3.  
  4. /*
  5. After you've run the above command, you can undo it by editing /etc/sysconfig/iptables and running /etc/init.d/iptables restart
  6. */

以上是关于从外部访问关闭mysql端口(3306)。的主要内容,如果未能解决你的问题,请参考以下文章

关于Mysql 3306端口不通的问题

如何关闭Mysql打开的3306端口防止系统被入侵

关闭 mysql 端口:3306 并将其设为本地

linux对外开放端口

mysql 3306端口怎么不能访问的解决方法

windows开启3306端口访问mysql