试题详情


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

AUse system tools to lock each instance to its own CPU.

BUse resource groups to lock different instances on separate CPUs.

CRun mysqld with --datadir defined for each instance.

DRun MySQL Server docker containers.

EStart mysqld or mysqld_safe using different option files for each instance.

FUse systemd with different settings for each instance.