Steps for install mysql server
sudo apt-get install mysql-server
Steps and Question :
- Additional Space
Y
Steps to setup mysql server
sudo mysql_secure_installation
Steps and Question :
- Validate Password Plugin
y - Password Validation Policy
0 - Set new Passwowrd for root
root - Do you wish to continue with the password
y - Remove anonymus users
y - Disallow root to login remotely
y - Remove test database and access to it
y - Reload privilege table now
y
Install MySql Workbench manually**
Steps to login to mysql server**
sudo mysql -u root -p
-Check databases
show databases
-Default port for mysql 3606
Steps to restart MySql Service
sudo service mysql restart