how I can configure the mysql module to allow me to run multiple instances of MySQL server on the same node
Hi I am required to stand up two instances of MySQL server on the same node (different ports, sockets, data directory etc). As the path to my.cnf is hard-coded in params.pp, and I need to be able to configure this (in order to define two different configurations), can anyone suggest how this may be achieved? thanks!