In our current project the customer wants to install and run
multiple MySQL Enterprise Server 5.7 Instances on the same
machine (yes, I know about virtualization (we run on kvm),
containers, Docker, etc.). He wants to use Red Hat Enterprise
Linux (RHEL) 7 which brings the additional challenge of SystemD.
So mysqld_multi is NOT an option any more.
We studied the MySQL documentation about the topic: Configuring Multiple MySQL Instances Using systemd. But to be honest: It was not really clear to me how to do the job...
So we started to work out our own cook-book which I want to share here.
The requirements are as follows:
- Only ONE version of MySQL Enterprise Server binaries at a time is available. If you want to have more complicated set-ups (multi version) consider our …