【发布时间】:2015-08-04 03:56:34
【问题描述】:
我在 Max OS X Yosemite 上并安装了新版本的 XAMPP。
但是,MySQL 似乎没有启动。
我已经查看了'/Applications/XAMPP/xamppfiles/xampp' 文件,看起来'unset DYLD_LIBRARY_PATH' 已经存在。
关注了这个线程here并杀死了Mysql进程,但它似乎也不起作用
当我执行这个命令时
sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start
它抛出一个错误
"Starting MySQL
... ERROR! The server quit without updating PID file (/Applications/XAMPP/xamppfiles/var/mysql/MacBook-Pro.local.pid)."
我应该如何解决这个问题?
【问题讨论】: