如果需要使用到mysql-python的话,是需要安装这个包的,安装这个包是有条件,前提是你的mysql在本地已经配置好啦!!

步骤1:配置mysql
参考本人的博客:https://blog.csdn.net/nbxuwentao/article/details/104413406
直接跳到第5步哦!!,安装好之后最好测试一下
步骤2:直接在自己的环境中安装mysql
pip install mysql-python

mysql-python的安装这样就可以开心的使用python来操作mysql数据库类!!

相关文章:

  • 2022-03-08
  • 2021-11-15
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-04-16
猜你喜欢
  • 2021-11-22
  • 2021-11-22
  • 2021-04-12
  • 2021-08-17
  • 2021-05-23
  • 2021-06-09
  • 2022-03-08
相关资源
相似解决方案