MySQL was created by a Swedish company and is a widely used open-source relational database management system for use in web applications.
To start with the install, type the following in a terminal window
sudo apt-get install mysql-server
You will be asked to provide an administrative password for MySQL use and then it will ask you to confirm the password you just entered
After you provide the password, the installation will start
Leave a Reply