If a statement on a slave produces an error, the slave SQL
thread terminates, and the slave writes a message to its error
log. You should then connect to the slave manually and determine
the cause of the problem. (SHOW SLAVE
STATUS
is useful for this.) Then fix the problem (for
example, you might need to create a nonexistent table) and run
START SLAVE
.
User Comments
Add your own comment.