-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ bug ]V1.7.13,工具插件中的binlog2sql功能异常 #899
Comments
请问这个有解决方法么 |
查看:danfengcao/binlog2sql#66 |
多谢多谢!
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: zhituanchen <notifications@github.com>
发送时间: 2020年10月13日 18:34
收件人: hhyo/Archery <Archery@noreply.github.com>
抄送: yuandajn578 <12173670@qq.com>, Author <author@noreply.github.com>
主题: 回复:[hhyo/Archery] [ bug ]V1.7.13,工具插件中的binlog2sql功能异常 (#899)
查看:danfengcao/binlog2sql#66
安装PyMySQL==0.9.3即可:
步骤:
docker exec -it archery bash
source /opt/venv4archery/bin/activate
pip list
PyMySQL 0.10.0
(venv4archery) [root@00111dac9d42 archery]# pip uninstall PyMySQL
Found existing installation: PyMySQL 0.10.0
Uninstalling PyMySQL-0.10.0:
Would remove:
/opt/venv4archery/lib/python3.6/site-packages/PyMySQL-0.10.0.dist-info/*
/opt/venv4archery/lib/python3.6/site-packages/pymysql/*
Proceed (y/n)? y
Successfully uninstalled PyMySQL-0.10.0
(venv4archery) [root@00111dac9d42 archery]# pip install PyMySQL==0.9.3
Collecting PyMySQL==0.9.3
Downloading PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB)
|████████████████████████████████| 47 kB 38 kB/s
Installing collected packages: PyMySQL
Successfully installed PyMySQL-0.9.3
(venv4archery) [root@00111dac9d42 archery]# pip list
PyMySQL 0.9.3
(venv4archery) [root@00111dac9d42 archery]# exit
exit
[root@mytestuse ~]# docker stop archery
archery
[root@mytestuse ~]# docker start archery
archery
[root@mytestuse ~]#
解析binlog:
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
感谢定位,应该是新版本升级了依赖导致,可以提交pr修改下 |
This comment has been minimized.
This comment has been minimized.
pymysql==0.93 支持mysql 8.0 的版本吗? |
Hi: |
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。
文档 | FAQ
重现步骤
版本信息
应用版本/分支:
部署方式:Docker、手工部署
The text was updated successfully, but these errors were encountered: