How to install mysql-server on ubuntu 18.04 | Codehacks

Mysql is widely used relational database management system usually installed with LAMP – Linux,Apache,MySql & PHP. Mysql is pretty much popular in the field of web development as well as other small and large scale applications.

Features:

1.Mysql uses standard SQL to interact with the databases.
2.Mysql is suitable for both small and large scale applications.
3.Huge community is there to help you for solving all of your databases related issues.
4.Mysql is fast, reliable and open source

Installation:

Step1: Update your package index
$ sudo apt-get update

Step2: Install the server
$ sudo apt-get install mysql-server

Step3: Secure mysql installation
$ mysql_secure_installation

Leave a Comment

Your email address will not be published.