Heidi SQL disconnects after every 3 seconds

[expired user #9021]'s profile image [expired user #9021] posted 9 years ago in General Permalink
Whenever I connect to the database and I start working, it disconnects again and again, I have to reconnect it again. Is there any solution that I don't have to reconnect it again and again?
ansgar's profile image ansgar posted 9 years ago Permalink
Probably the "wait_timeout" variable on the server is set to incredibly low 3 seconds. You can check that in Host > Variables tab of HeidiSQL, or with such a query:
SHOW VARIABLES LIKE '%_timeout'


Does another client behave the same?

Please login to leave a reply, or register at first.