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.
我喜欢 MAMP 的便利性,例如 phpMyAdmin,所以我安装了它。
我还通过 Home Brew 安装了 MySQL,因为我需要 MySQL 命令行(主要用于导入和导出)。
现在输入mysql结果: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
我该怎么办?
MAMP mysql 套接字位于其他地方。如果您安装了 MAMP 并拥有 mysql 并行,那么您有两个实例。一个带有 MAMP 上下文的,它的二进制文件在
/Applications/MAMP/Library/bin/
其他一个取决于您在安装过程中的设置。
确保启动 mysql(您想使用的那个)。您可能希望按如下方式使用命令行:
/Applications/MAMP/Library/bin/mysql [command goes here]
访问 MAMP mysql 服务器。