更新OSX 10.10 Yosemite之后修复Bitnami Stacks中的MySQL服务

来源:互联网 发布:网络教研总结 编辑:程序博客网 时间:2024/06/05 07:49

How to fix MySQL in Bitnami Stacks on OSX 10.10 Yosemite

https://wiki.bitnami.com/Components/MySQL 

The workaround to fix the issue found after updating to OSX 10.10 Yosemite, is to add "unset DYLD_LIBRARY_PATH" at the beginning of the "/Applications/your_application-version/mysql/scripts/ctl.sh":

#!/bin/shunset DYLD_LIBRARY_PATH

如果是从appstore下载安装的,修改下面这个文件:

If you are using an application downloaded from the AppStore you need to add this line to /Applications/your_application-version/Contents/Resources/app/mysql/bin/mysqld_safe instead. 


0 0
原创粉丝点击