Consider the two partial outputs of the SHOW GLOBAL VARIABLES command from a master and slave server:
Master:
Slave:
There is a problem with the slave replicating from the master. Which statement describes the cause of the problem?
The log_bin variable is set to OFF on the slave.
server_id is not unique.
The max_connections variable on the slave needs to be increased.
The shared_memory_base_name variable must match the master.
The version of the slave is newer that the version of the master.
Submit