Home >Database >Mysql Tutorial >mysql 在MAC上的装配

mysql 在MAC上的装配

WBOY
WBOYOriginal
2016-06-07 16:27:20971browse

mysql 在MAC上的安装 mysql在MAC osx上的安装地址不太一样 所以安装python-mysql时会出现 EnvironmentError: mysql_config not found 错误 这时候添加 export PATH=$PATH:/usr/local/mysql/bin/ 就可以了。 在使用tornado时,会出现 NameError: global name '

mysql 在MAC上的安装
mysql在MAC osx上的安装地址不太一样

所以安装python-mysql时会出现
EnvironmentError: mysql_config not found  错误

这时候添加  export PATH=$PATH:/usr/local/mysql/bin/

就可以了。


在使用tornado时,会出现
NameError: global name 'CONVERSIONS' is not defined 错误

这时候添加 export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH

http://www.douban.com/note/269785505/
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn