After installing MySQL on your system run this command:
service mysql status
If the service is down run:
service mysql start
To stop it:
service mysql stop
After installing MySQL on your system run this command:
service mysql status
If the service is down run:
service mysql start
To stop it:
service mysql stop