Oracle
1Z0-888 · Question #61
1Z0-888 Question #61: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #61. The question stem and answer options stay visible for context.
Security
Question
You want to immediately stop access to a database server for remote user 'mike'@'client.example.com'. This user is currently not connected to the server. Which two actions can you take to stop any access from the user? (Choose two.)
Options
- AUse ALTER USER 'mike'@'client.example.com' PASSWORD EXPIRE;
- BUse REVOKE ALL PRIVILEGES FROM 'mike'@'client.example.com';
- CExecute the mysql_secure_installation command.
- DUse DROP USER 'mike'@'client.example.com';
- EUse GRANT USAGE ON . TO 'mike'@'client.example.com' MAX_USER_CONNECTIONS=0;
- FUse ALTER USER 'mike'@'client.example.com' ACCOUNT LOCK;
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 account management#access control#connection limits#account removal