SyntaxFix
Write A Post
Hire A Developer
Questions
sudo /etc/init.d/mysql start
or
sudo service mysqld start
and useservice mysql status to check status
service mysql status
EDIT adding from comments:
Use:
sudo systemctl enable mysql
to keep running MySQL.