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.
我有一个在服务器上运行的 mysql 服务器,我想知道如何在 ubuntu 12.04 中打开端口 3306 以允许从任何 ip 连接到 mysql。你能帮我吗?谢谢
我不认为防火墙是你的问题。任何现代 mysql 版本都bind-address=127.0.0.1在其my.cnf中,这使其仅绑定到环回。把它注释掉,重启mysql,你应该很高兴。默认情况下,Ubuntu IIRC 没有限制性防火墙。
bind-address=127.0.0.1
my.cnf