Had some issues getting changes in mysql's upstart script from taking
effect. This demonstrates the issue, using the respawn command as the
example, and a solution.
$ grep respawn /etc/init/mysql.conf
respawn
$ sudo mysqladmin status ; sudo mysqladmin shutdown ; sudo mysqladmin status ;
sleep
We got bitten by this bug and are now checking tables on our DBs.
What's interesting is that we made changes to the mysql upstart script
but they do not seem to be taking effect. In particular:
1) changes to the kill timeout. Changing the value to 300 had no
effect. Even after issuing an "initc