sysVinit
Describes how to manage MariaDB using SysVinit scripts (mysql.server), common on older Linux distributions, using commands like `service` and `chkconfig`.
Interacting with the MariaDB Server Process
Starting the MariaDB Server Process on Boot
chkconfig --add mysql
chkconfig --level 345 mysql onupdate-rc.d mysql defaultsStarting the MariaDB Server Process
service mysql startStopping the MariaDB Server Process
service mysql stopRestarting the MariaDB Server Process
Checking the Status of the MariaDB Server Process
Manually Installing mysql.server with SysVinit
SysVinit and Galera Cluster
Bootstrapping a New Cluster
Last updated
Was this helpful?

