首先请注意,mysql_python只支持Python2,所以假如你是python3,就直接用python-connector去吧。下面这一条命令就可以了

pip install mysql-connector

 

如果不是python3,参考这个网址:

https://blog.csdn.net/liujingjie2010/article/details/83541551

 另附一些好用的关于python软件的安装地址:

https://www.lfd.uci.edu/~gohlke/pythonlibs/

相关文章:

  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-04-19
  • 2021-08-13
  • 2022-02-23
  • 2021-09-25
  • 2022-12-23
猜你喜欢
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
相关资源
相似解决方案