美文网首页
python学习安装笔记

python学习安装笔记

作者: darling323 | 来源:发表于2017-07-28 12:57 被阅读8次

    mysql无法使用命令行:
    mysql:sudo ln -s /usr/local/mysql/bin/mysql /usr/local/bin

    安装mysql-connector:
    pip3 search mysql-connector | grep --color mysql-connector-python
    mysql-connector-python-rf (2.2.2) - MySQL driver written in Python
    mysql-connector-python (2.0.4) - MySQL driver written in Python
    或者:
    pip3 install --egg mysql-connector-python-rf==2.2.2

    相关文章

      网友评论

          本文标题:python学习安装笔记

          本文链接:https://www.haomeiwen.com/subject/jewxlxtx.html