The MySQL installation includes the mysql_config_editor utility for managing login paths stored in a .mylogin.cnf file.
Which two are true about the login path feature? (Choose two.)
Select all that apply, then click Submit answer.
-
○
mysql_config_editor is the only MySQL-provided utility that can print the values stored in .mylogin.cnf.
-
○
A .mylogin.cnf file can store at most one login path.
-
○
It provides a FIPS-compliant keyring for storing MySQL login details.
-
○
A .mylogin.cnf file can be edited using a text editor, such as vim or Notepad++.
-
○
It is an alternative to storing the MySQL login details in a my.cnf file.
-
○
It provides means to help avoid accidentally exposing the MySQL login details.