0

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.

Thanks

Deepak Rai
  • 2,163
  • 3
  • 21
  • 36
Alex
  • 19,533
  • 37
  • 126
  • 195

1 Answers1

4

You are looking for the MySQL wait_timeout variable.

SET @@GLOBAL.wait_timeout=2147483
Konerak
  • 39,272
  • 12
  • 98
  • 118