多选题Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Whic

题目
多选题
Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Which two statements would explain why the service did not start?()
A

FORCE_PLUS_PERMANENT is not valid for the audit-log option

B

The audit_log.so library does not exist

C

The audit_log.so library is in a location that is different from that defined by the plugin_dir option

D

The audit plugin must be loaded dynamically by using the INSTALL PLUGIN command

E

The audit log file does not exist in which to write audit events

F

The audit_log.so library is not an executable file


相似考题
更多“多选题Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Whic”相关问题
  • 第1题:

    You adjust a default configuration to the following /etc/my.cnf on a Linux installation:[mysqld] Loq-bin Binrylog_format=ROW You do not notice the spelling error in binrylog_format and restart your production server. How does the MySQL server behave with incorrectly spelled options?()

    A.Mysqld uses internal configuration versioning and reverts to the previous configuration

    B.When using mysql_config_editor for configuration adjustments, it detects incorrect syntax and typing mistakes

    C.The mysqld_safe script skips the unknown variable and starts using the remaining configuration changes

    D.Mysqld prints to the error log about an unknown variable, and then exits


    参考答案:D

  • 第2题:

    The following commands are available in the Linux binary distributions of Mysql: Mysqld Mysqld_safe Mysql.server What is the correct description of each of these commands?()

    A.A

    B.B

    C.C

    D.D


    参考答案:A

  • 第3题:

    Consider the Mysql Enterprise Audit plugin. The following event detail is found in the audit log:Which two points can be concluded from the given event?()

    A.A connection as the user kate was successful

    B.A connection failed due to authentication being unsuccessful

    C.A connection was attempted via socket rather than TCP

    D.A connection was blocked by a firewall or a similar security mechanism

    E.A connection failed because the proxy user privileges did not match the login user


    参考答案:B, E

  • 第4题:

    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.12; only top-level statements and stored procedure events are logged

    B.111; top-level statements and all lower-level statements are logged

    C.3; only the top-level statements are logged

    D.102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event


    参考答案:C

  • 第5题:

    Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Which two statements would explain why the service did not start?()

    • A、FORCE_PLUS_PERMANENT is not valid for the audit-log option
    • B、The audit_log.so library does not exist
    • C、The audit_log.so library is in a location that is different from that defined by the plugin_dir option
    • D、The audit plugin must be loaded dynamically by using the INSTALL PLUGIN command
    • E、The audit log file does not exist in which to write audit events
    • F、The audit_log.so library is not an executable file

    正确答案:B,C

  • 第6题:

    You execute the following statement in a Microsoft Windows environment. There are no conflicts in the path name definitions. C: /> mysqld – install Mysql56 – defaults – file = C :/my –opts.cnf What is the expected outcome?()

    • A、Mysql is installed as the Windows service name Mysql56, and uses c: /my-opts.cnf as the configuration file
    • B、An error message is issued because – install is not a valid option for mysqld
    • C、A running Mysql 5.6 installation has its runtime configuration updated with the server variables set in c: /my-opts.cnf
    • D、Mysqld acts as an MSI installer and installs the Mysql 5.6 version, with the c: /my-opts.cnf configuration file

    正确答案:A

  • 第7题:

    You install a copy of Mysql 5.6.13 on a brand new Linux server by using RPM packages. The server starts successfully as verified by the following commands: $ pidof mysqld 3132 $tail – n2 /var/lib.mysql/hostname.err 2013-08-18 08:18:38 3132 [Note] /usr/sbin/mysqld:ready for connections. Version: '5.6.13-enterprise-commercial-advaced' socket:'/tmp/mysql.sock' port; 3306 Mysql Enterprise Server – Advanced Edition (Commercial) You attempt to log in as the root user with the following command: $mysql – u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) Which statement is true about this scenario?()

    • A、The RPM installation script sets a default password of password for new installations
    • B、The local root user must log in with a blank password initially: mysql –u root –p
    • C、New security measures mean that the mysql_secure_installation script must be run first on all new installations
    • D、The mysql_install_bd post-installation script used – random-password

    正确答案:D

  • 第8题:

    Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?()

    • A、The attribute "STATUS" is set to the string EXTERNAL_AUTH
    • B、The attribute "PRIV_USER" contains the username
    • C、The event type that is given in the attribute "NAME" is EXTERNAL_AUTH
    • D、There is no differentiation between native and external authentication events
    • E、External authentication is managed through external auditing logs
    • F、The "PROXY_PRIV" user shows a username if external authentication is used

    正确答案:E

  • 第9题:

    A service fails to start. Which of the following places can a technician go to find the services console?()

    • A、System configuration utility
    • B、Device Management
    • C、Task Manager
    • D、Computer Management

    正确答案:D

  • 第10题:

    多选题
    Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Which two statements would explain why the service did not start?()
    A

    FORCE_PLUS_PERMANENT is not valid for the audit-log option

    B

    The audit_log.so library does not exist

    C

    The audit_log.so library is in a location that is different from that defined by the plugin_dir option

    D

    The audit plugin must be loaded dynamically by using the INSTALL PLUGIN command

    E

    The audit log file does not exist in which to write audit events

    F

    The audit_log.so library is not an executable file


    正确答案: E,B
    解析: 暂无解析

  • 第11题:

    单选题
    You adjust a default configuration to the following /etc/my.cnf on a Linux installation:[mysqld] Loq-bin Binrylog_format=ROW You do not notice the spelling error in binrylog_format and restart your production server. How does the MySQL server behave with incorrectly spelled options?()
    A

    Mysqld uses internal configuration versioning and reverts to the previous configuration

    B

    When using mysql_config_editor for configuration adjustments, it detects incorrect syntax and typing mistakes

    C

    The mysqld_safe script skips the unknown variable and starts using the remaining configuration changes

    D

    Mysqld prints to the error log about an unknown variable, and then exits


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    The following commands are available in the Linux binary distributions of Mysql: Mysqld Mysqld_safe Mysql.server What is the correct description of each of these commands?()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: D
    解析: 暂无解析

  • 第13题:

    You have forgotten the root user account password. You decide to reset the password and execute the following:Shell> /etc/init.d/mysql stopShell> /etc/init.d/mysql start – skip-grant tablesWhich additional argument makes this operation safer?()

    A.–skip-networking, to prohibit access from remote locations

    B.–reset-grant-tables, to start the server with only the mysql database accessible

    C.–read-only,to set all data to read-only except for super users

    D.–old-passwords, to start Mysql to use the old password format while running without the grant tables


    参考答案:A

  • 第14题:

    Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?()

    A.The attribute "STATUS" is set to the string EXTERNAL_AUTH

    B.The attribute "PRIV_USER" contains the username

    C.The event type that is given in the attribute "NAME" is EXTERNAL_AUTH

    D.There is no differentiation between native and external authentication events

    E.External authentication is managed through external auditing logs

    F.The "PROXY_PRIV" user shows a username if external authentication is used


    参考答案:E

  • 第15题:

    You execute the following statement in a Microsoft Windows environment. There are no conflicts in the path name definitions.C: \> mysqld – install Mysql56 – defaults – file = C :\my –opts.cnf What is the expected outcome?()

    A.Mysql is installed as the Windows service name Mysql56, and uses c: \my-opts.cnf as the configuration file

    B.An error message is issued because – install is not a valid option for mysqld

    C.A running Mysql 5.6 installation has its runtime configuration updated with the server variables set in c: \my-opts.cnf

    D.Mysqld acts as an MSI installer and installs the Mysql 5.6 version, with the c: \my-opts.cnf configuration file


    参考答案:A

  • 第16题:

    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、12; only top-level statements and stored procedure events are logged
    • B、111; top-level statements and all lower-level statements are logged
    • C、3; only the top-level statements are logged
    • D、102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event

    正确答案:C

  • 第17题:

    You adjust a default configuration to the following /etc/my.cnf on a Linux installation:[mysqld] Loq-bin Binrylog_format=ROW You do not notice the spelling error in binrylog_format and restart your production server. How does the MySQL server behave with incorrectly spelled options?()

    • A、Mysqld uses internal configuration versioning and reverts to the previous configuration
    • B、When using mysql_config_editor for configuration adjustments, it detects incorrect syntax and typing mistakes
    • C、The mysqld_safe script skips the unknown variable and starts using the remaining configuration changes
    • D、Mysqld prints to the error log about an unknown variable, and then exits

    正确答案:D

  • 第18题:

    You are attempting to secure a MySQL server by using SSL encryption. On starting MySQL, you get this error: 130123 10:38:02 [ERROR] mysqld: unknown option '—ssl' What is the cause of the error?()

    • A、The — ssl level was not specified
    • B、The server was not started with the – enable–ssl-plugin option
    • C、— ssl is not a valid server option
    • D、The mysqld binary was not compiled with SSL support
    • E、The server's SSL certificate was invalid

    正确答案:C

  • 第19题:

    You have forgotten the root user account password. You decide to reset the password and execute the following: Shell> /etc/init.d/mysql stop Shell> /etc/init.d/mysql start – skip-grant tables Which additional argument makes this operation safer?()

    • A、–skip-networking, to prohibit access from remote locations
    • B、–reset-grant-tables, to start the server with only the mysql database accessible
    • C、–read-only,to set all data to read-only except for super users
    • D、–old-passwords, to start Mysql to use the old password format while running without the grant tables

    正确答案:A

  • 第20题:

    You use Windows 2000 Professional on your desktop Computer. You schedule a task to run an MMC snap-in to perform configuration tasks on other computers. You notice that the task is not completing correctly. You manually start MMC. You add the snap-in. You are then able to successfully run the task. You verify that all of your other tasks are working correctly. You want to enable your tasks to complete successfully. What should you do?()

    • A、Use Scheduled Tasks to configure the task to run under the security context of your account.
    • B、Configure the Task Scheduler service account to use a local Administrator account and password.
    • C、Use Computer Management to start the Messenger service and to configure the Messenger service to start automatically. 
    • D、Use Computer Management to start the Task Scheduler service and to configure the Task Scheduler service to start automatically. 

    正确答案:A

  • 第21题:

    多选题
    Shortly after the Press Ctrl-Alt-Delete to login screen appears in Windows XP, a user gets the error One or more services failed to start. Which of the following locations could be accessed to identify the service that did not start and attempt to start the service manually?()
    A

    Computer Management

    B

    Services MMC Plug-in

    C

    Event Log

    D

    Task Manager

    E

    System Configuration Utility


    正确答案: C,E
    解析: 暂无解析

  • 第22题:

    单选题
    You execute the following statement in a Microsoft Windows environment. There are no conflicts in the path name definitions. C: /> mysqld – install Mysql56 – defaults – file = C :/my –opts.cnf What is the expected outcome?()
    A

    Mysql is installed as the Windows service name Mysql56, and uses c: /my-opts.cnf as the configuration file

    B

    An error message is issued because – install is not a valid option for mysqld

    C

    A running Mysql 5.6 installation has its runtime configuration updated with the server variables set in c: /my-opts.cnf

    D

    Mysqld acts as an MSI installer and installs the Mysql 5.6 version, with the c: /my-opts.cnf configuration file


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    You want to shutdown a running Mysql Server cleanly. Which three commands that are valid on either Windows or Linux will achieve this?()
    A

    Shell> mysqladmin –u root –p shutdown

    B

    Shell> nmc mysql shutdown

    C

    Mysql> STOP PROCESS mysqld

    D

    Shell> /etc/init.d/mysql stop

    E

    Shell> service mysql safe_exit

    F

    Shell> pkill –u mysql mysqld_safe

    G

    Shell> net stop mysql


    正确答案: G,E
    解析: 暂无解析