Rate this post

Last Updated on August 22, 2022 by Vikash Ekka

How to Install MySQL 8.0 on Ubuntu 16.04 LTS

How to Install MySQL 8.0 on Ubuntu 22.04 LTS

This tutorial will help you how to install MySQL 8.0 on Ubuntu 16.04 LTS. MySql 8.0 is a free open source relational database server. It supports both SQL and NoSql.

So first you have to  download .deb package of MySQL 8. Then simply follow the below commands to install MySQL 8.0 on Ubuntu.
wget https://dev.mysql.com/get/mysql-apt-config_0.8.10-1_all.deb
 
sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb

sudo apt-get update
 
sudo apt-get install mysql-server

sudo mysql –verson
Done!! You have successfully installed MySql 8.0 on Ubuntu 22.04 LTS Jammy Jellyfish. This method will also work on Ubuntu 20.04 LTS. If you have any doubt let me know in this comment box.

By Vikash Ekka

Hi All, My name is Vikash Ekka from India. I’m the founder and tech editor of https://www.vetechno.in. I have completed my Graduation in BCA. I love to write technical articles like Windows, Linux & MAC Tutorials, Tips, Tricks, How To fix, Tutorials About Ethical Hacking & Cyber Security Guide, and Software Review. Currently, I have been working as an IT professional since 2018.

Leave a Reply

Your email address will not be published. Required fields are marked *