You have a login-path named “adamlocal” that was created by using the
mysql_config_editor command. You need to check what is defined for this login_path to
ensure that it is correct for you deployment. You execute this command: $
mysql_config_editor print –login-path=adamlocal What is the expected output of this
command?
A.
The command prints all parameter for the login-path. The password is replaced with
stars.
B.
The command prints the encrypted entry for the login-path. The is only possible to see if
an entry exists.
C.
The command prints all parameters for the login-path. The password is shown only when
you provide the –password option.
D.
The command prints all parameters for the login-path. The password is printed in plain
tex
Explanation:
A
A