MySQL 8.0 Database Administrator — Question 75
Which two statements are true about the mysql_config_editor program? (Choose two.)
Answer options
- A. It manages the configuration of the MySQL Firewall feature.
- B. It manages the configuration of client programs.
- C. It can move datadir to a new location.
- D. It manages the configuration of user privileges for accessing the server.
- E. It will use [client] options by default unless you provide --login-path.
- F. It can be used to create and edit SSL certificates and log locations.
- G. It provides an interface to change my.cnf files.
Correct answer: B, E
Explanation
The correct statements are B and E because mysql_config_editor is specifically designed to manage client program configurations and defaults to [client] options unless a different login path is specified. Options A, C, D, F, and G are incorrect as they pertain to other functionalities not associated with mysql_config_editor.