Question #754   Submitted by Answiki on 10/26/2021 at 11:30:43 AM UTC

On Ubuntu 14.04, how to upgrade MySQL to version 5.7?

Answer   Submitted by Answiki on 10/26/2021 at 11:34:12 AM UTC

On Ubuntu 14.04, to update MySQL to version 5.7, let's start by downloading the new packuet from the MySQL server:

wget http://dev.mysql.com/get/mysql-apt-config_0.6.0-1_all.deb

Install the packet with using dpkg :

sudo dpkg -i mysql-apt-config_0.6.0-1_all.deb

In the menus, select MySQL 5.7 and APPLY


When the previous comman is over, (it displays OK), update the packets:

sudo apt-get update

Now you can install the packet mysql-server which contain MySQL 5.7 :

sudo apt-get install mysql-server




2 events in history
Answer by Answiki on 10/26/2021 at 11:34:12 AM

On Ubuntu 14.04, to update MySQL to version 5.7, let's start by downloading the new packuet from the MySQL server:

wget http://dev.mysql.com/get/mysql-apt-config_0.6.0-1_all.deb

Install the packet with using dpkg :

sudo dpkg -i mysql-apt-config_0.6.0-1_all.deb

In the menus, select MySQL 5.7 and APPLY


When the previous comman is over, (it displays OK), update the packets:

sudo apt-get update

Now you can install the packet mysql-server which contain MySQL 5.7 :

sudo apt-get install mysql-server




Question by Answiki 10/26/2021 at 11:30:43 AM
On Ubuntu 14.04, how to upgrade MySQL to version 5.7?
# ID Query URL Count
0 5298 apt-get upgrade mysql-server-5.7 https://en.ans.wiki/754/on-ubuntu-14-04-how-to-upgrade-mysql-to-version-5-7 1

Icons proudly provided by Friconix.