数据库
首页 > 数据库> > python-PyCharm导入MySQL

python-PyCharm导入MySQL

作者:互联网

我在尝试

import MySQLdb as mdb

在PyCharm上并得到错误:

ImportError: No module named MySQLdb

从PyCharm偏好设置中,找不到要导入的MySQLdb.
pymysql已成功安装在PyCharm上.
 建议?非常感谢你.

enter image description here
enter image description here

解决方法:

您可以使用通过PyCharm而不是MySQLdb安装pymysql.它是它的直接替代品.

文档:https://github.com/PyMySQL/PyMySQL

标签:python-2-7,pycharm,mysql-python,python,mysql
来源: https://codeday.me/bug/20191026/1938431.html