mac mysql command operation

Copyright: personal essays, problems at work, only to save the document, hoping to help you, please correct me if wrong with progress! Thank you! https://blog.csdn.net/w893932747/article/details/89350762

Start MySQL service:

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

Stop MySQL service:

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

Restart MySQL service:

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

Guess you like

Origin blog.csdn.net/w893932747/article/details/89350762