MySQL Forums
Forum List  »  Replication

errors in Replication
Posted by: lkch
Date: May 23, 2005 02:27AM

My master is mysql_3.23.54 and I config my my.cnf like this:
log-bin
binlog-do-db=std
server-id=1
sql-bin-update-same

My slave is mysql_3.23.58 and I config my my.cnf like this:
server-id=2
master-host=10.12.10.51
master-user=repl
master-password=slavepass
master-port=3306
master-connect-retry=60
replicate-do-db=std

When I add run a sql on master "ALTER TABLE `dist_logs`.`error` ADD `test` TINYINT NOT NULL;",the position of log does not increase.But when I run "ALTER TABLE `error` DROP `test`",the position of log increases.And then some errors happen.

Why?

Options: ReplyQuote


Subject
Views
Written By
Posted
errors in Replication
2649
May 23, 2005 02:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.