QuestionQ53
ArchitectureYou need to run multiple MySQL Server instances on one host.
Which three approaches are supported?
Choose three
- A Run MySQL Server docker containers.
- B Use systemd with different settings for each instance.
- C Use system tools to lock each instance to its own CPU.
- D Start mysqld or mysqld_safe using different option files for each instance.
- E Run mysqld with --datadir defined for each instance.
- F Use resource groups to lock different instances on separate CPUs.
Community Discussion