While reviewing the MySQL error log, you see occasions where MySQL has exceeded the number
of file handles allowed to it by the operating system.
Which method will reduce the number of file handles in use?
A.
Disconnecting idle localhost client sessions
B.
Implementing storage engine data compression options
C.
Relocating your data and log files to separate storage devices
D.
Activating the MySQL Enterprise thread pool plugin
答案:A