MySQL: Changing runtime variables with out restarting MySQL server.
I have run in to the issue where I wanted to change some configuration on our production MySQL server but did not want to restart MySQL since its in production. One of the parameters we like to change time to time is the “log_slow_queries” so we can see what queries are slow in production environment. [...]
Read the full article...

