Oracle
1Z0-888 · Question #67
1Z0-888 Question #67: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #67. The question stem and answer options stay visible for context.
Security
Question
You are asked to examine user accounts and find:
mysql> select user,host,plugin,authentication_string from user;
+------------------+-----------------------------+-----------------------+-------------------------------------------+
| user | host | plugin | authentication_string |
+------------------+-----------------------------+-----------------------+-------------------------------------------+
| root | localhost | mysql_native_password | *2470CCD6EDEF42FD1618B899005ADCA2EDD1E19 |
| bob | % | mysql_native_password | |
| | localhost | mysql_native_password | *2DCA2EC9D470CE42FD1618B899005ADCA215B899 |
+------------------+-----------------------------+-----------------------+-------------------------------------------+
10 rows in set (0.01 sec)
Which two statements will best secure this environment? (Choose two.)Options
- ADROP USER ''@'localhost';
- BALTER USER '@'localhost' PASSWORD = 'secret_password';
- CALTER USER bob@'%' IDENTIFIED BY 'secret_password';
- DALTER USER 'root'@'localhost' ACCOUNT LOCK;
- EALTER USER bob PASSWORD = 'secret_password';
- FREVOKE ALL PRIVILEGES FROM ''@'localhost';
Unlock 1Z0-888 to see the answer
You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#User Authentication#Account Security#ALTER USER syntax#Password Management