sudo systemctl {start|stop|restart|status} mysql

sudo systemctl disable mysql

or
service mysqld {start|stop|restart|status}
is compatible with SystemV


To enable instances to run at boot time, do this:
systemctl enable mysqld@replica01
systemctl enable mysqld@replica02


Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2016-11-17 01:37:01
Processing time 0.0056 sec