您的位置:首页 > 数据库 > MySQL

在mac下Mysql 不能启动解决方法

2016-01-09 15:24 603 查看
We are working to officially fix it but as a workaround you can edit:
/Applications/XAMPP/xamppfiles/xampp


Look for:
$XAMPP_ROOT/bin/mysql.server start > /dev/null &


And add
unset DYLD_LIBRARY_PATH
on
top of it. It should look like:
unset DYLD_LIBRARY_PATH
$XAMPP_ROOT/bin/mysql.server start > /dev/null &


I apologize for the inconvenience this issue is causing you.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: