MySQL 5.6.10 is Generally Available now. If I try to upgrade it however says that I am already at the newest version, even though the installed version is 5.5.29. I am on Ubuntu 12.04.
$ sudo apt-get install --upgrade mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
$ mysql --version
mysql Ver 14.14 Distrib 5.5.29, for debian-linux-gnu (x86_64) using readline 6.2
I ran sudo apt-get update
beforehand.
Did anyone manage to install MySQL 5.6 via aptitude yet?