-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Timeout after idle time (MariaDB Server 10.3.39 (x86_64 Linux)) #760
Comments
Hi Cleverson, Do you have a chance to install the future beta version? |
Yes I can test it |
I just released the new beta. |
Thanks, i will test it 🙏 |
Seems to be fixed, i do a query, wait for 5 minutes and do not having more timeout or connection resets 🙏 |
It's possible that same error happens on click above a table to edit table options or just view it's contents? It happen that bug on click on tables too |
Ps. I did not have an idea if beta update includes table operations on left side |
Could be. |
Are you connected via SSH tunnel? |
I have replicated the same DB settings but cannot replicate this problem. |
Thanks again 🙏 Ps. Since first versions, antares works good on MySQL and MariaDB used on your servers! |
I released in beta the feature to enable single connection mode (it is an option of the connection). |
Genial, it's seems to be finxed: My host seems to have problems with multiple connections at DB Server. 🙏 |
Describe the bug
The query stop working after a idle time in MariaDB Server 10.3.39 (x86_64 Linux)
I need to disconnect and reconnect to db after
Ps. i think is that related to issue #577
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Do not need to disconnect / reconnect to db
SHOW SESSION VARIABLES LIKE '%_timeout%';
Application (please complete the following information):
Environment (please complete the following information):
Additional context
I using timeout setting for 5 seconds
The text was updated successfully, but these errors were encountered: