How to Install default-mysql-server in Ubuntu 18.04



Install default-mysql-server by entering the following commands in the terminal:

sudo apt update
sudo apt install default-mysql-server

Description:

MySQL database server binaries and system database setup (metapackage)

MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of all the infrastructure needed to setup system databases.

Version: 1.0.4

Section: universe/database