You have created a new user with this statement:
CREATE USER ‘erika’@’localhost’ IDENTIFIED BY ‘first#1Pass’ PASSWORDEXPIRE; What is the outcome?
Correct Answer:A
Exhibit:
What does the possible_keys column in this output denote?
Correct Answer:A
You enable binary logging on MySQL Server with the configuration: binlog-format=STATEMENT log-bin
Which database updates are logged on the master server to the binary log by default?
Correct Answer:D
Which two are considered good security practices when using passwords? (Choose two.)
Correct Answer:AE
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?
Correct Answer:EF