I'm trying to upgrade MySQL on my Plesk-managed Virtual Server (Ubuntu 14.4) from version 5.5 to 5.7.
On the Plesk support sites and on the Internet I found the same sequence of steps. It goes like:
(1) wget http://dev.mysql.com/get/mysql-apt-config_XYZ_all.deb
(2) sudo dpkg -i mysql-apt-config_XYZ_all.deb
(3) sudo apt-get update
(4) sudo apt-get install mysql-server
(5) mysql_upgrade -u root -p --force
I've done that, however in step 4 I get the following message:
mysql-server is already the newest version.
Nothing gets installed, I'm still on 5.5.
What am I doing wrong here? I have a whole bunch of databases for different websites - what would happen if I told Plesk to desinstall and reinstall mysql, running line (5) above after that?