mysqlmanager
mysqlmanager is the MySQL Instance Manager.
mysqlmanager monitors and manages MySQL Database Server instances.
- It runs as a daemon that listens on a TCP/IP port.
- It can be used in place of the
mysqld_safe script to start and stop one or more instances of MySQL Server.
- Because Instance Manager can manage multiple server instances, it can also be used in place of the
mysqld_multi script.
mysqlmanager offers these capabilities:
- It can start and stop instances, and report on the status of instances.
- It provides an interactive interface for configuring instances.
- Thus reducing the need to edit the configuration file manually.
- It provides remote instance management.
What are the mysqlmanager options?
© 2007 John Michael Pierobon
Notes