I currently have replication setup on MySQL 4.1 (master, named radius) to MySQL 5.0 (slave, named app1).
We got a new server and I installed MySQL 5.1 (named app2).
I setup app2 to replicate data from app1. If I manually run any queries on app1 they are replicated perfectly to app2, but any data being replicated on app1 coming from radius does not reflect on app2.
iow, i have master -> slave/master -> slave setup, but the last link in the chain isn't working.
any ideas?