Skip to content Skip to sidebar Skip to footer

Mysql Connection Timeout, Inactivity

I have MySQL server installed and I would like it to stop dropping inactive connections. Which option do I need to adjust? The MySQL server is installed on a Windows machine. Than

Solution 1:

You are looking for the MySQL wait_timeout variable.

SET @@GLOBAL.wait_timeout=2147483

Post a Comment for "Mysql Connection Timeout, Inactivity"