移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

计算机考试 | Oracle认证考试

模式切换

0 0 0
我的错题 我的收藏 学习笔记

章节目录

多选题 A Mysql instance is running on a dedicated server. Developers access the server from the same network subnet. Users access the database through an application that is running on a separate server in a DMZ. Which two will optimize the security of this setup?()

A

Disabling connections from named pipes or socket files (depending on the operating system of the server)

B

Enabling and using SSL for connections to the Mysql database

C

Installing Mysql on the application server, and running the database and application on the same server

D

Starting the server with – bind- address=0.0.0.0 specified

E

Running the server with – skip-networking specified

F

Limiting logins to originate from the application server or the server's subnet'

单选题 You are using CTIDS in replication. You need to skip a transaction with the CTID of aaa-bbb-cccddd-eee : 3 on a slave. Which command would you execute from a Mysql prompt?()

A

STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE

B

STOP SLAVE; BEGIN; SET GTID_IGNORE=aaa-bbb-ccc-ddd-eee: 3; COMMIT; START SLAVE

C

STOP SLAVE; SETGTID_NEXT=aaa-bbb-ccc-ddd-eee: 3; BEGIN; COMMIT; SET GTID_NEXT=AUTOMATIC; START SLAVE

D

STOP SLAVE; RESET SLAVE; BEGIN; SKIP NEXT GTID; COMMIT; START SLAVE

单选题 Which High Availability solution can provide a consistent, time-delayed (for example, one hour) snapshot of the live production database?()

A

MySQL Replication

B

Distributed Replication Block Device

C

Windows Server Failover Clustering

D

MySQL Cluster

多选题 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

单选题 Which MySQL utility program should you to process and sort the slow Query log based on query time or average query time?()

A

Mysqlaccess

B

Mysqldump

C

Mysqlshow

D

Mysqlslow

E

Mysqldumpslow

单选题 An existing master-slave setup is currently using a delayed replication of one hour. The master has crashed and the slave must be "rolled forward" to provide all the latest data. The SHOW SLAVE STATUS indicates the following values: RELAY_LOG_FILE =hostname-relay-bin.00004 RELAY_LOG_POS = 1383 Which command set would make the slave current?()

A

STOP SLAVE; CHANGE MASTER TO MASTER_DELAY =0, RELAY_LOG_FILE = 'hostnamerelay- bin.00004' , RELAY_LOG_POS= 1383

B

STOP SLAVE; CHANGE MASTER TO RELAY_LOG_FILE = 'hostname-relay-bin.00004', RELAY_LOG_POS = 1383

C

STOP SLAVE; CHANGE MASTER TO MASTER_DELAY=0; START SLAVE

D

STOP SLAVE; SET GLOBAL master_delay =0; START SLAVE

多选题 When backing up a replication slave, which three should also be backed up in addition to data?()

A

The master.info and relay.info files

B

The relay log files

C

The relay index file

D

Mysql.slave_master_info table

E

Mysql.slave_relay_log_info table

F

Mysql.slave_worker_info table

单选题 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

最新资讯

首页 上一页 1 2 3 4 5 下一页 尾页 /

到第