zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    vi 的使用,很详细
    Linux文件的打包与压缩
    Linux初学者学习资料
    正确的关机方法: sync, shutdown, reboot, halt, poweroff, init
    Linux命令下,cp,rm,mv命令的使用
    Linux的文件权限(简单易懂)
    FireBug与FirePHP
    Git进一步学习
    jQuery插件开发
    人生就如做项目
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/14109706.html
Copyright © 2011-2022 走看看