How to Install Mysql 8.0.28 on Ubuntu 22.04 LTS Jammy Jellyfish | vetechno

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.

Comments

Popular posts from this blog

Failed to establish the VPN connection. This may be caused by a mismatch in the TLS version.

To make SSL VPN connection work, please turn off IE security configuration | vetechno

How to install Mysql 8.0.29 on Ubuntu 22.04 LTS | vetechno