Home

Published

- 1 min read

mysql server does not start mac

img of mysql server does not start mac

The solution for this is noted below

mysql server does not start mac

Solution

   // To start the server
sudo /usr/local/mysql/support-files/mysql.server start

// To stop the server
sudo /usr/local/mysql/support-files/mysql.server stop

//To restart the server
sudo /usr/local/mysql/support-files/mysql.server restart

Try other methods by searching on the site. That is if this doesn’t work