SyntaxFix
Write A Post
Hire A Developer
Questions
Just Need to Start MySQL Service after installation:
For Ubuntu:
sudo service mysql start;
For CentOS or RHEL:
sudo service mysqld start;