Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following 1z0-883 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

1z0-883 Exam Dumps - MySQL 5.6 Database Administrator

Go to page:
Question # 9

Consider typical High Availability (HA) solutions that do not use shared storage.

Which three HA solutions do not use shared storage?

A.

Mysql Replication

B.

Distributed Replicated Block Device (DRBD) and Mysql

C.

Windows Cluster and Mysql

D.

Solaris Cluster and Mysql

E.

Mysql NDB Cluster

Full Access
Question # 10

What are two methods of taking a binary backup of a Mysql Server using InnoDB storage engine?

A.

Mysql Enterprise Backup

B.

Mysqldump with – binary-data option

C.

Mysqlhotcopy

D.

File system snapshots

E.

Mysqldumpslow

Full Access
Question # 11

Which query would you use to find connections that are in the same state for longer than 180 seconds?

A.

SHOW FULL PROCESSLIST WHEER Time > 180;

B.

SELECT * FROM INFORMATION_SCHEMA.EVENTS SHERE STARTS < (DATE_SUB (NOW ( ), INTERVAL 180 SECOND) );

C.

SELECT * FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE STATE < (DATE_SUB (NOW ( ), INTERVAL 180 SECOND) );

D.

SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE TIME > 180;

Full Access
Question # 12

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.

Full Access
Question # 13

A MySQL replication slave is set up as follows:

  • User all InnoDB tables
  • Receives ROW-based binary logs
  • Has the read-only option

The replication slave has been found in an error state.

You check the MySQL error log file and find the following entries:

2013-08-27 13:55:44 9056 [ERROR] Slave SQL: Could not execute Write_rows event on table test.tl; Duplicate entry ‘3’ for key’PRIMARY’ , Error_code: 1062; handler error HA_ERR_FOUND_DUPP_KEY; the event’s master log 56_master-bin.000003, end_log_pas 653,

Error_code: 1062

2013-08-27 13:55:44 9056 [Warning] Salve: Duplicate entry ‘3’ for key ‘PRIMARY’

Error_code: 1062

2013-08-27 13:55:44 9056 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with “SLAVE START”, We stopped at log ‘56_master-bin.000003’ position 496

What are two possible causes for this error to occur?

A.

The slave was created with mysqldump –u root –p – skip-lock-table—all-databases > /data/data.sql

B.

The slave user does have INSERT, UPDATE, or DELETE permission and cannot execute the write_rows function.

C.

For tables with UNIQUE keys, statement-based replication must be used maintain integrity.

D.

The root user on the slave has executed FLUSH LOGS, causing the relay-log to doublewrite.

E.

The applications have the SUPER privilege, which allows them to update rows.

Full Access
Question # 14

The validate_password plugin is loaded and displays the following settings in global variables:

Mysql> SHOW VARIABLES LIKE ‘validate_password%’;

When attempting to set your password, you get the following error:

Mysql> SET PASSWORD = PASSWORD (‘Hoverl@%’);

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

What is the cause of the error?

A.

The password is eight characters long, but needs to exceed validate_password_length to be valid.

B.

All of the MEDIUM password policy requirements have not been honored.

C.

The password matches a substring Hover as a dictionary word.

D.

The password does not match the validate_passoword_number_count requirement.

E.

There is no dictionary file defined, so password validation cannot work as expected.

Full Access
Question # 15

ROW-based replication has stopped working. You investigate the error log file and find the following entries:

2013-08-27 14:15:47 9056 [ERROR] Slave SQL: Could not execute Delete_rows event on table test.t1; Can’t find record in ‘t1’, Error_code: 1032; handler error

HA_ERR_KEY_NOT_FOUND; the event’s master log 56_master-bin. 000003, end_log_pos 851, Error_code: 1032

2013-08-27 14:15:47 9056 [warning] Slave: Can’t find record in ‘t1’ Error_code: 1032

2013-08-27 14:15:47 9056 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with “SLAVE START”. We stopped at log ‘56_master-bin. 000003’ position 684

Why did you receive this error?

A.

The slave SQL thread does not have DELETE privileges to execute on test.t1 table.s

B.

The table definition on the slave -litters from the master.

C.

Multi-threaded replication slaves can have temporary errors occurring for cross database updates.

D.

The slave SQL thread attempted to remove a row from the test.t1 table, but the row did not exist.

Full Access
Go to page: