python使用mysql
Posted zl0372
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python使用mysql相关的知识,希望对你有一定的参考价值。
python安装MySQLdb需要ssl,出错,原因如地址:
https://stackoverflow.com/questions/46967488/getting-error-403-while-installing-package-with-pip
python的mysql库,代替使用PyMySQL,地址:
https://github.com/PyMySQL/PyMySQL
pip install git+https://github.com/PyMySQL/PyMySQL
以上是关于python使用mysql的主要内容,如果未能解决你的问题,请参考以下文章
错误 MySQL python。尝试使用传感器值字符串输入值
python 基础-- 使用 MySQLdb 操作 MySQL 或使用连接池 DBUtils.PooledDB 操作 MySQL
python 基础-- 使用 MySQLdb 操作 MySQL 或使用连接池 DBUtils.PooledDB 操作 MySQL