You are asked to examine user accounts and find:
Which two statements will best secure this environment? (Choose two.)
The MySQL user `adam' currently has USAGE permissions to the database.
The football database is transactional and has non-stop updates from application users. The `adam' user needs to be able to take consistent backups of the football database by using the -single-option.
transaction
Which extra GRANT permissions are required for adam to take mysqldump backups?
What are three methods to reduce MySQL server exposure to remote connections? (Choose three.)
Multiversion Concurrency Control (MVCC) enables what type of backup?
Which three allocate memory per thread in MySQL? (Choose three.)