QuestionQ25

Database Security

Which two statements about the mysql_config_editor program are true?

Choose two
  • 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.
Explanation

mysql_config_editor manages login-path options used by MySQL client programs, storing connection credentials in the obfuscated .mylogin.cnf file. Unless --login-path specifies another login path, it operates on the client login path by default.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!