We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i experienced this alot pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during query') and i think this change will fix it.
pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during query')
PyMySQLPool/pymysqlpool/pool.py
Line 184 in 212110a
change to c.ping(reconnect=True)
c.ping(reconnect=True)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i experienced this alot
pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during query')
and i think this change will fix it.
PyMySQLPool/pymysqlpool/pool.py
Line 184 in 212110a
change to
c.ping(reconnect=True)
The text was updated successfully, but these errors were encountered: