Hi,
we are considering to setup multiple instances of percona 5.7 and 8.0 (from binary) little bit different than “recommended” way in tutorials.
Is it “ok” to run multiple instances with systemd with separate mysql config files for e.g.:
/etc/percona-57-one.cnf
/etc/percona-57-two.cnf
/etc/percona-80-one.cnf
/etc/percona-80-two.cnf
while in /etc/systemd/system:
mysql-57-one.service
mysql-57-two.service
mysql-80-one.service
mysql-80-two.service
where all binaries, datadirs, pid, logfiles are set to different values based on which instance is run.
Or would this setup “break” something?