用 Python 3.6 连接 MySQL

Connect MySQL with Python 3.6(用 Python 3.6 连接 MySQL)
本文介绍了用 Python 3.6 连接 MySQL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个使用 Python 3.6 连接到 MySQL 的库.我发现的所有库都只适用于旧版本的 Python.遗憾的是,我无法更改为较旧的 Python 版本,因为我需要一些 Python 3.6 中引入的函数.

I'm looking for a library to connect to MySQL with Python 3.6. All libraries I found did only work with older versions of Python. Sadly I can't change to an older Python version because i need some functions, which are introduced in Python 3.6.

我在树莓派 pi3 上编程,但我认为这不会改变任何事情.

I am programming on a raspberry pi3, but I don't think this should change anything.

感谢您的帮助!

推荐答案

mysqlclient 正式支持python3.6.

mysqlclient supports python3.6 officially.

https://pypi.python.org/pypi/mysqlclient

这篇关于用 Python 3.6 连接 MySQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)
SQL/MySQL: split a quantity value into multiple rows by date(SQL/MySQL:按日期将数量值拆分为多行)