Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第19题 19、Choose two. 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 PASSWORD DISABLED; B) ALTER USER baduser@hostname DEFAULT ROLE NONE; C) ALTER USER baduser@hostname MAX_USER_CONNECTIONS 0; D) ALTER USER baduser@hostname IDENTIFIED WITH mysql_no_login;. E) ALTER USER baduser@hostname ACCOUNT LOCK;
|