Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG内部资料)
Posted cnblogs_5359
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG内部资料)相关的知识,希望对你有一定的参考价值。
mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第4题
4、Choose two.
User `fwuser`@`localhost` is registered with the MySQL Enterprise Firewall and has been granted privileges for the SAKILA database.
Examine these commands that you executed and the results:
mysql> SELECT MODE FROM INFORMATION_SCHEMA.MYSQL_FIREWALL_USERS
WHERE USERHOST = ‘fwuser@localhost‘ ;
MODE
-------------
PROTECTING
mysql> SELECT RULE FROM INFORMATION_SCHEMA.MYSQL_FIREWALL_WHITELIST
WHERE USERHOST = ‘fwuser@localhost‘;
You then execute this command:
mysql> CALL mysql.sp_set_firewall_mode(‘fwuser@localhost‘ , ‘RESET‘) ;
Which two are true?
A) The fwuser@localhost account is removed from the mysql.user table.
B) The information_schema.MYSQL_FIREWALL_WHITELIST table is truncated.
C) The whitelist of the fwuser@localhost account is truncated.
D) The mysql.firewall_users table is truncated.
E) The firewall resets all options to default values.
F) The fwuser@localhost account mode is set to DETECTING.
G) The fwuser@localhost account mode is set to OFF.
以上是关于Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG内部资料)的主要内容,如果未能解决你的问题,请参考以下文章
第33题2019年OCP认证12C题库062考试最新考试原题-33