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 服务器在 my.cnf 配置文件中的绑定地址设置为 127.0.0.1,这对于与任何数据库的本地连接都非常有效。但是,我需要允许本地和外部连接。当我将绑定地址设置为服务器的实际 IP 地址时,它适用于外部......但不适用于本地。
如何让两种类型的连接同时工作?
使用0.0.0.0. 它代表所有接口。
0.0.0.0