A simple master-to-slave replication is currently being used. This information is extracted from the SHOW SLAVE STATUS output:
You execute a `SHOW CREATE TABLE mytable" on the slave:
The table mytable on the slave contains:
You have issued a STOP SLAVE command. You have determined that it is safe to skip the transaction in this case. One or more statements are required before you can issue a START SLAVE command to resolve the duplicate key error. Which statement should be used?
You have installed MySQL on Oracle Linux 7 using the official RPM distribution, and SELinux is set to
"permissive".
Examine this extract of the my.cnf file:
You issue this command to start MySQL Server:
systemctl start mysqld@replica
On which port is the server listening?
The MySQL instance is a default RPM installation on a Linux server.
Where are the errors written?
Consider the key buffer in a MySQL server. Which two statements are true about this feature?