IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    MySQL 5.6 Database Administrator-013-How many events are added to the audit log as a result of the preceding statements?

    royalwzy发表于 2015-09-02 05:17:43
    love 0
    Consider the Mysql Enterprise Audit plugin. A CSV file called data.csv has 100 rows of data. The stored procedure prepare_db ( ) has 10 auditable statements. You run the following statements in the mydb database: Mysql> CALL prepare_db ( ); Mysql> LOAD DATA INFILE ‘/tmp/data.cav’ INTO TABLE mytable; Mysql> SHOW TABLES; How many events are added to the audit log as a result of the preceding statements? A. 102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event. B. 3; only the top-level statements are logged. C. 111; top-level statements and all lower-level statements are logged. D. 12; only top-level statements and stored procedure events are logged. 答案:B


沪ICP备19023445号-2号
友情链接