Oracle 1z0-888 - MySQL 5.7 Database Administrator
You are asked to examine user accounts and find:
Which two statements will best secure this environment? (Choose two.)
Consider:
Which statement best describes the meaning of the value for the key_len column?
You want to immediately stop access to a database server for remote user ‘mike’@’client.example.com’. This user is currently not connected to the server.
Which two actions can you take to stop any access from the user?
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?
The Performance Schema includes these tables related to status variables:
Which two facts are true about these tables? (Choose two.)
Which two options describe how MySQL Server allocates memory? (Choose two.)
One of your colleagues is trying to make a change using the mysql command-line client for his or her application session.
The colleague instant messages you this command:
mysql> SET SESSION max_connections = 200;
Why does the command fail?
Consider the two partial outputs of the SHOW GLOBAL VARIABLES command from a master and slave server:
Master:
Slave:
There is a problem with the slave replicating from the master. Which statement describes the cause of the problem?
Which storage option for MySQL data directory typically offers the worst performance in a highly concurrent, OLTP-heavy, IO-bound workload?
Which are three facts about backups with mysqldump? (Choose three.)