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.
我将如何在同一网络上的 2 台机器上共享 MAMP 中的 MySQL 数据库?我猜有一些文件权限和网络设置需要配置才能完成此操作。我只是没有找到一个很好的教程来说明如何做到这一点。
要允许远程访问您的 mysql 服务器,您需要更改bind-address默认值是只允许来自 localhost 的连接,以允许来自所有网卡的连接,只需取消注释该行/etc/mysql/my.cnf
bind-address
/etc/mysql/my.cnf