> > So it seems everything is ok. But changes in the original database
> > "rtest" on the masterserver aren't replicated to "_rtest" on the slave.
> 
> You have _rtest in the Replicate_do_db column of SHOW SLAVE STATUS, that
> tells the slave to restrict replication to statements where the default
> database (that is, the one selected by USE) is _rtest. Maybe you want
> to use --replicate-rewrite-db=rtest->_rtest?
> 

Sorry, if I wasn't clear enough:
Of course I am using the statements:

replicate-rewrite-db=rtest->_rtest
replicate-do-db=_rtest 

The updates on this database do show up in the master-log-file, but
aren_t replicated. I also tried to enable 

log-slave-updates
log-warnings

But it seems everything is logged ok (on the slave as well), it just
doesn't take place.




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

Reply via email to