I am not a fan of upgrading mySQL unless I need to. I am of the
mind if it is not broke don't fix it, but when I do upgrade I
follow these general steps.
If I have run into a mySQL bug, I look to see if that bug is
fixed by searching the mySQL bug database.
If I've notice a performance bottleneck, I look to see if the
performance bottleneck has been fixed by searching the same
database.
I will NOT upgrade to the latest and greatest version of mySQL
(5.4) I stay within my branch (5.0).
These are my three general motivations that drive my upgrade
decisions. Anytime I upgrade I also make a list of things that
might affect my environment for the stuff I use.
- Here are my steps:
- Check the change log
- Ignore all the NDB changes... I don't use it …