首页
话题
动态
专家
文章
作者
公告
更多
积分规则
登录 或 注册
首页
话题
动态
专家
文章
作者
公告
积分规则
发表新帖
发表新帖
Python 3 and mysql through SQLAlchemy
前端
未结
关注
4
1791
北恋
2020-12-29 14:35
Currently:
SQLAlchemy installed and working (or at least import v0.8.0b2)
Mysql (v5.5.16)
Distribute (0.6.34)
Oracle mysql-python co
4条回答
生来不讨喜
(楼主)
2020-12-29 15:10
For others who arrive here, this should do it:
pip install mysql-connector==2.1.4 # version avoids Protobuf error
URI = 'mysql+mysqlconnector://$USER:$PASS@$HOST/$DB'
0
讨论(0)
查看其它4个回答
发布评论:
提交评论
加载中...
验证码
看不清?
提交回复
热议问题