码迷,mamicode.com
首页 > 数据库 > 详细

Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG内部资料)

时间:2020-12-15 12:12:12      阅读:3      评论:0      收藏:0      [点我收藏+]

标签:off   nbsp   which   base   reset   database   register   form   cal   

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内部资料)

标签:off   nbsp   which   base   reset   database   register   form   cal   

原文地址:https://www.cnblogs.com/cnblogs5359/p/14109706.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!