You can start mysql on you linux machine with the command below
systemctl start mysql
To check the status of the service you just started you can use
systemctl status mysql
After entering the command you get a result like this –
Don’t forget to share!