1Z1-888試験無料問題集「Oracle MySQL 5.7 Database Administrator 認定」

Consider the CHECK TABLE command.
In which two situations should this command be used? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
What are two benefits of using the --tab option with mysqldump? (Choose two.)

Examine the mydata table and SELECT statements:

You issue:
mysql> begin;
mysql> update mydata set a=0 where b=3;
How many rows are now protected by locks with the default InnoDB configuration?

Which two capabilities are granted with the SUPER privilege? (Choose two.)

Which statement best describes the purpose of the InnoDB buffer pool?

解説: (GoShiken メンバーにのみ表示されます)
A MySQL server was initialized with separate UNDO tablespaces. Users complain that when they roll back large transactions, the time to process the request takes too long. The DBA would like to move the MySQL InnoDB UNDO tablespace to a solid-state drive (SSD) for better performance. Is this possible and how?

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.sql
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?

Consider:

What does the range value in the type column mean?

You are asked to examine user accounts and find:

Which two statements will best secure this environment? (Choose two.)

Which two statements are true regarding MySQL security? (Choose two.)