Install MySQL 8.0 on Ubuntu 16.04
This video shows how to install MySQL 8.0 on Ubuntu 16.04. Its not upgrade. Do not use this video to upgrade mysql
apt url: https://dev.mysql.com/get/mysql-apt-c…
Command :
1) dpkg -i mysql-apt-config_0.8.3-1_all.deb
2) apt-get update
3) apt-get install mysql-server
NOTE: DO NOT USE ABOVE VIDEO FOR UPGRADE
Enjoy!!!
don’t forget to subscribe on YouTube as more code coming.