how to keep alive connection to MySQL server? #1394
Unanswered
SergeyMatsiupa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using in my project several sql-files which are related to connections like connection1.sql... connectionN.sql
So when I'm working with one of them and after some time when I'm inactive - when I'm executing 1 query of this file, the exstension asked me to chose the connection for executing this query (so obviously the connection I had before was closed).
The question is - is there a way to keep my connection alive?
Beta Was this translation helpful? Give feedback.
All reactions