What’s up guys!! How are you??

Hope that all are you fine. My name is Istiyak Amin Santo. Now I’m going to talk about how to create mysql database and user using password.

So let’s go to start….

First Of all you need to install mysql server on your linux based system. For installing mysql database you need to give following command on your terminal. For open terminal use (CTL + T)

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mysql-server

After that you just see this type of following window for new root password.

You can see this type of window again for retype your password. Finally you can isntall mysql server on your linux basesd server

In many other case your can’t see password window. Then never afraid because i’m here. Just give the following command and secure your MySql server

mysql_secure_installation