Dear All, I have configured Mysql master-slave replication and it is working fine. But I am facing a little issue regarding replication. I have used SP in one of my database to pull data and push it into the master database table. at this point replication is not working. no data is replicating when data is inserted through SP. otherwise replication is working fine. Need help/suggestion regards, --amrush
After searching for few days I didn't find any solution for that. Now i am using script instead of SP/trigger. Now my data is replicating smoothly...I think the limitation is mysql version..!! regards, --amrush