Quantcast
Channel: MySQL Forums - Replication
Viewing all articles
Browse latest Browse all 1562

Replication Not taking update script (no replies)

$
0
0
Hi Guys,

I'm using Mysql 5.6 on both Master and Replication.

In my Master i have 2 databases where 1 is the Base table and another one is having some tables viewing from the Base table.

When my program did some insert and update to the view table i have the updates on my Base table.

The problem is at my replication server. I only have the insert statement run to my replication but do not have the update statement run at my replication server.

I've check the binlog at Master server and replication server. The insert is present in both master and replication server. But then the update statement only present inside Master binlog but not in my replication binlog.

Anything i need to check?

Please help.

Thanks in advance.

Viewing all articles
Browse latest Browse all 1562

Trending Articles