In MySQL 5.1, the statements
CREATE SERVER,
ALTER SERVER, and
DROP SERVER are logged only when
binlog_format is equal to
ROW. These statements are not written to the
binary log when using either the statement-based or mixed
logging format.

User Comments
Add your own comment.