I set the following MySQL parameter:
set global wait_timeout=2147483
However, after rebooting the server, it returned to the default values ββof 28800. Does the set command work? To keep this setting constant, should I change the configuration file? Will this file be C:\Program Files\MySQL\MySQL Server 5.5\my.ini ? If yes, then just
wait_timeout=2147483
If so, in which section should it be in my.ini
source share