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

来源:互联网 发布:adc0804中文数据手册 编辑:程序博客网 时间:2024/05/10 11:53

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.

2 0
原创粉丝点击