On a master server that is using statement-based replication, a table of log data has become very large.
You decide to delete 100,000 rows.
Which two methods can be independently invoked to ensure that the delete is properly propagated to the slave? (Choose two.)
You want to dump only data from the userdata table.
Which mysqldump command argument is required to accomplish this?
Why should you be selective when granting the PROCESS privilege to an account?
You are setting up a new installation of MySQL Server 5.7 (a GA release.) You have used a ZIP or TAR package to ensure that the mysqld binary, along with its support files, such as plug-ins and error messages, now exist on the host. Assume that the default datadir exists on the host. You installed the binary in the default location (the default --basedir value) for your operating system.
Which step should you perform before defining your own databases and database tables?
Multiversion Concurrency Control (MVCC) enables what type of backup?
You have just executed a manual backup by using this command:
mysqlbackup –u root –p –-socket=/tmp/my.sock –-backup-dir=/my/backup/ backup
The operation completed without error.
What is the state of this backup and operation required before it is ready to be restored?
Which statement best describes the purpose of the InnoDB buffer pool?
An employee cannot access the company database. You check the connection variables:
A look at the user privileges shows:
What is a valid explanation for why one of the users is unable to connect to the database?
Which statement is correct about how InnoDB storage engine uses disk space?
While attempting to set up a new replication slave on host ‘192.168.0.25’ with the user ‘replication’, you encounter this error:
What should you do to resolve this error?