MySQL 8.0 Database Administrator — Question 72

You must run multiple instances of MySQL Server on a single host.
Which three methods are supported? (Choose three.)

Answer options

Correct answer: B, D, E

Explanation

The correct methods to run multiple instances of MySQL Server on a single host include using systemd with different settings, launching mysqld with different option files, and specifying different data directories with --datadir. Other options, such as using docker containers or system tools for CPU allocation, are not standard practices for this purpose.