Examine this command, which executes successfully:
$ mysqlrouter --bootstrap user@hostname:port --directory=directory_path
Which activity is performed?
You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?
Which three actions are effective in capacity planning? (Choose three.)
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.)
Where is the default data directory located after installing MySQL using RPM on Oracle Linux 7?