>> Right.  Unless you have some other settings (binlog-do-db or
>> binlog-ignore-db on the master?) that are interfering

You saw this ^^^^^ right?

> on master:
> mysql> show master status;
> +------------------+----------+--------------+------------------+
> | File             | Position | Binlog_Do_DB | Binlog_Ignore_DB |
> +------------------+----------+--------------+------------------+
> | mysql-bin.000122 |       98 | mysql        |                  |
> +------------------+----------+--------------+------------------+
> 1 row in set (0.00 sec)

You need to read up on what binlog_do_db means.  And you shouldn't use
it.  It is the problem.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to