Install MySQL 5.6 and phpMyAdmin on Ubuntu 16.04

To Install MySQL 5.6 and phpMyAdmin on Ubuntu just follow the command one by one bellow.

For phpMyAdmin to work, you need PHP to be installed. To install PHP 5.6 😉

add-apt-repository -y ppa:ondrej/mysql-5.6
apt-get update
apt-get install mysql-server-5.6
mysql_secure_installation
apt-get install phpmyadmin
service apache2 restart
Previous Article

Install PHP 5.6 on Ubuntu 16.04

Next Article

Why do we need to upgrade PHP 5.6 to PHP 7.2?