Getting Lost connection to MySQL server during query after few hours... #1015
Unanswered
rmControls
asked this question in
Q&A
Replies: 1 comment
-
Please don't write issues on this package when you need help figuring out what your application does not work. The issue board is for bugs in this package, not for bugs in your application. Use the discussion forum for questions. Thank you. Your MySQL server is disconnecting, so you need to debug this from the MySQL logs. You should find the reason for the disconnections there. Also note that a database disconnection is not something that can be controlled, that can happen at any time, and your application should be able to recover from it, either by retrying or by returning an error to the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am not sure this error belongs to Python-socktio or SqlAlchemy or I am doing something wrong....
my socket app works perfectly when you start... after couple of hours... I am getting "Lost connection to MySQL server during query"
I am not using any web framework just using python-socketio and sqlalchemy...
can you please suggest what can be wrong here...?
my db file
socket io file
create app file
Beta Was this translation helpful? Give feedback.
All reactions