Oracle
1Z0-908 · Question #80
1Z0-908 Question #80: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-908 to reveal the answer and full explanation for question #80. The question stem and answer options stay visible for context.
Security
Question
User account baduser@hostname on your MySQL instance has been compromised. Which two commands stop any new connections using the compromised account? (Choose two.)
Options
- AALTER USER baduser@hostname PASSWORD DISABLED;
- BALTER USER baduser@hostname MAX_USER_CONNECTIONS 0;
- CALTER USER baduser@hostname ACCOUNT LOCK;
- DALTER USER baduser@hostname IDENTIFIED WITH mysql_no_login;
- EALTER USER baduser@hostname DEFAULT ROLE NONE;
Unlock 1Z0-908 to see the answer
You've previewed enough free 1Z0-908 questions. Unlock 1Z0-908 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
#account locking#ALTER USER command#authentication security#user account compromise