All the statements and opinions expressed in this blog are solely mine and do not reflect the opinions of my employer.

Adding MySQL server instances using mysqlmanager

The MySQL instance manager – mysqlmanager – provides a way to manage multiple MySQL server instances on the same installation. All these instances use a common my.cnf file – but each can be configured individually (using the same file). mysqlmanager itself provides a command line interface to control the individual instances.
Part of a sample mysql.cnf [...]