Question17:
User account baduser@hostname on your MySQL instance has been compromised.
Which two commands stop any new connections using the compromised account?
A) ALTER USER baduser@hostname ACCOUNT LOCK;
B) ALTER USER baduser@hostname PASSWORD DISABLED;
C) ALTER USER baduser@hostname MAX_USER_CONNECTIONS 0;
D) ALTER USER baduser@hostname DEFAULT ROLE NONE;
E) ALTER USER baduser@hostname IDENTIFIED WITH mysql_no_login;
网友评论