1z0-888 Dumps

1z0-888 Free Practice Test

Oracle 1z0-888: MySQL 5.7 Database Administrator

QUESTION 1

You have a consistent InnoDB backup created with mysqldump, the largest table is 50 GB in size. You start to restore your backup with this command;
shell> mysql –u root –p < backup>After 30 minutes, you notice that the rate of restore seems to have slowed down. No other processes or external factors are affecting server performance.
Which is the most likely explanation for this slowdown?

Correct Answer: A

QUESTION 2

The /myfolder/my.cnf file has option set: [mysqld] skip-log-bin
/myfolder2/my.cnf has this option set: [mysqld] log-bin = /valid/path/to/mysqlbinlog
All mentioned paths are accessible to the account that you are currently using. Assume that any other options mentioned in either file are valid and legal option definitions.
You start an instance by using this command line:
mysqld --defaults-file=/myfolder/my.cnf --defaults-extra-file=/myfolder2/my.cnf What is the outcome?

Correct Answer: C

QUESTION 3

When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file?

Correct Answer: CD

QUESTION 4

An admin attempts to enforce stronger security by using these commands:
<>

Correct Answer: BF

QUESTION 5

You back up by using mysqldump.
Which configuration is required on the MySQL Server to allow point-in-time recovery?

Correct Answer: B