Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果没有关闭防火墙:
ping IP 后会出现请求超时,但关闭防火墙后会回复。
为什么?
我正在将 Mysql 与 Java 一起使用,这个问题与 java 无关,但也许 java 程序员在共享数据库时遇到了类似的问题。
您的防火墙将阻止对端口 3306(MySQL 的默认端口)的访问。要让它在不关闭防火墙的情况下工作,您必须配置防火墙以允许连接到端口 3306(其他任何在您的 .config 中配置的端口my.cnf)通过。
my.cnf