mysqld_multimysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and TCP/IP ports.
mysqld_multi can start or stop servers, or report their current status.
mysqld_multi:
mysqld_multi [options] {start|stop|report} [GNR[,GNR] ...]
start, stop, and report indicate which operation to perform.
GNR is the group number.
GNR value should be the number at the end of the group name in the option file.
GNR for a group named [mysqld7] is 7.
GNR list because anything after a whitespace character is ignored.
mysqld_multi stop 7,10-15
mysqld_multi --example
What is mysqlmanager?
© 2007 John Michael Pierobon