Hello Baron,
2007/7/17, Baron Schwartz <[EMAIL PROTECTED]>:
Are you sure the master and slave had the same data at the time you started the
slave replicating from the master? It looks to me like the slave had different
data and you need to re-initialize the slave.
I'm not so sure.The order I
Hi,
Jen mlists wrote:
Hello members,
One of our master dbs didn't have binlog enabled.But I need to do
replication on it.
So I add the lines,
[mysqld]
log-bin
server-id=1
in /etc/my.cnf and restart mysqld.Then I follow the general operation
to do the master/slave replication.
My question is,I
Hello members,
One of our master dbs didn't have binlog enabled.But I need to do
replication on it.
So I add the lines,
[mysqld]
log-bin
server-id=1
in /etc/my.cnf and restart mysqld.Then I follow the general operation
to do the master/slave replication.
My question is,I only enable binlog befo