V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
MrNothingzazy
V2EX  ›  Python

请教 torando 和 MySQL 使用出现的问题

  •  
  •   MrNothingzazy · 2019-06-03 17:47:57 +08:00 · 1543 次点击
    这是一个创建于 1761 天前的主题,其中的信息可能已经有所发展或是发生改变。

    在 python 代码中执行原生 sql 语句出现以下报错,但是第一条语句成功执行了,其他的 sql 语句会报这个错 pymysql.err.InterfaceError: (0, '')

    3 条回复    2019-06-04 14:31:46 +08:00
    keepeye
        1
    keepeye  
       2019-06-03 17:55:03 +08:00   ❤️ 1
    两次 sql 之间间隔多久?断线重连试试?另外 tornado 协程框架,最好所有 io 都走异步,考虑用 aiomysql 之类的
    MrNothingzazy
        2
    MrNothingzazy  
    OP
       2019-06-03 17:59:08 +08:00
    我试试异步对 MySQL 操作的库吧
    bnbdfg
        3
    bnbdfg  
       2019-06-04 14:31:46 +08:00
    就是要用 aiomysql 的
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2928 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 14:05 · PVG 22:05 · LAX 07:05 · JFK 10:05
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.