python
/usr/local/mysql/bin/mysqladmin -u root password 12345678
下载MySQL-python
mysql_config = /usr/local/bin/mysql_config
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]clang: note: this will be a hard error (cannot be downgraded to a warning) in the futureerror: command 'cc' failed with exit status 1默认用cc编译器,导致挂了,所以换成gcc来编译
export DYLD_LIBRARY_PATH="/usr/local/mysql/lib"export VERSIONER_PYTHON_PREFER_64_BIT=noexport VERSIONER_PYTHON_PREFER_32_BIT=yes
就可以用了 import MySQLdb