Published
- 1 min read
start mysql server linux terminal
The solution for this is noted below
start mysql server linux terminal
Solution
sudo /etc/init.d/mysql start
or
systemctl start mysql.service
Try other methods by searching on the site. That is if this doesn’t work