The replication between two servers works. But I tried to disable replication on one table. According to the MYSQL Documentation. I did the following:

#1 stop Slave
#2 Modified my.cnf on slave
[mysqld]
server-id=3
master-host=192.168.1.129
master-user=aert12
master-password=password
replicate-ignore-table=info.notes # Added this Line
#3 Restarted slave server /etc/init.d/mysql restart
#4 start slave
"show status slave" shows that replication is running , but actually it doesn’t. I even can type start slave many times with no warning. Previously I got an error message if I try to start slave that is running.


What I did wrong?

_________________________________________________________________
Working moms: Find helpful tips here on managing kids, home, work — and yourself. http://special.msn.com/msnbc/workingmom.armx



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to