January 2018
Intermediate to advanced
446 pages
12h 57m
English
Stopping MySQL and checking the status are similar to starting it, except for the change of one word:
shell> sudo service mysqld stopRedirecting to /bin/systemctl stop mysqld.service
shell> sudo /etc/init.d/mysql stop[ ok ] Stopping mysql (via systemctl): mysql.service.
shell> sudo systemctl stop mysqld
shell> mysqladmin -u root -p shutdown