How to Install default-mysql-server-core in Ubuntu 18.04



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

sudo apt update
sudo apt install default-mysql-server-core

Description:

MySQL database server binaries (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 the server binaries but doesn't depend on all the infrastructure needed to setup system databases.

Version: 1.0.4

Section: universe/database