Tagged Questions
1
vote
1answer
96 views
How to upgrade MySQL to >=5.1.51 on Lucid via aptitude
The mysql-server package in Lucid is listed as 5.1.41-3ubuntu12.7.
Is there a safe way to upgrade to the latest 5.1 release via aptitude?
3
votes
2answers
2k views
How do I pin a particular MySQL version to avoid unnecessary upgrades?
I'm running a MySQL server, and want to keep it up to date with regular apt-upgrades. I don't want this to cause MySQL to upgrade unless I'm doing it during scheduled downtime! How do I alter my ...