原因:环境变量没有设置 Python 2.7 找不到mysql
解决办法:
vim ~/.bash_profile //增加一句
export PATH=${PATH}:/usr/local/mysql/bin
重新加载 .bash_profile
<code>source ~/.bash_profile</code>
原因:环境变量没有设置 Python 2.7 找不到mysql
解决办法:
vim ~/.bash_profile //增加一句
export PATH=${PATH}:/usr/local/mysql/bin
重新加载 .bash_profile
<code>source ~/.bash_profile</code>