How to install MySQL on Ubuntu
MySQL is a popular database management system used for web and server applications. This guide will introduce how to install, configure and manage MySQL on a Ubuntu system.
Let’s dive in.
Update your system:
sudo apt-get update
sudo apt-get upgrade
Install MySQL Server
Run the command below to install MySQL server.
sudo apt-get install mysql-server