Chinaunix首页 | 论坛 | 博客
  • 博客访问: 605315
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4916
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Mysql/postgreSQL

2020-12-09 17:05:59

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.

阅读(1358) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~