Examine these entries from the general query log:
All UPDATE statements reference existing rows.
Which describes the outcome of the sequence of statements?
You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?
Examine this MySQL client command to connect to a remote database:
mysql -h remote.example.org -u root -p --protocol=TCP --ssl-mode=
Which two --ssl-mode values will ensure that an X.509-compliant certificate will be used to establish the
SSL/TLS connection to MySQL?
Which two are true about differences between logical and physical upgrades of MySQL databases? (Choose two.)
Examine this SQL statement:
Which set of privileges will allow Tom to execute this SQL statement?
Examine this command, which executes successfully:
shell> mysqldump --master-data=2 --single-transaction --result-file=dump.sql mydb
Which two statements are true? (Choose two.)
User account baduser@hostname on your MySQL instance has been compromised.
Which two commands stop any new connections using the compromised account? (Choose two.)
Which four are types of information stored in the MySQL data dictionary? (Choose four.)
Which statement is true about displaying and retrieving data with MySQL Enterprise Monitor Query Analyzer?
On examination, your MySQL installation datadir has become recursively world read/write/executable.
What are two major concerns of running an installation with incorrect file privileges? (Choose two.)
Examine this statement and output:
Which two SQL statements can jsmith execute? (Choose two.)
You encountered an insufficient privilege error in the middle of a long transaction.
The database administrator is informed and immediately grants the required privilege:
GRANT UPDATE ON world.city TO ‘user1’;
How can you proceed with your transaction with the least interruption?
You are using an existing server with a new configuration. MySQL Server fails to start.
Examine this snapshot of the error log:
Which action would allow the server to start?
Examine this list of MySQL data directory binary logs:
binlog.000001 binlog.000002
.....
binlog.000289
binlog.000300
binlog.000301
binlog.index
Now examine this command, which executes successfully:
mysqldump --delete-master-logs --all-databases > /backup/db_backup.sql
Which two are true? (Choose two.)
Which two statements are true about the mysql_config_editor program? (Choose two.)
Which two MySQL Shell commands are excluded from the InnoDB Cluster creation procedure? (Choose two.)