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

Replicate Data only and without Stored Procedure (1 reply)

$
0
0
Hi, I am using mySQL version 5.5.23-log and use table-level replication (e.g. replicates aaaa.TABLE01 to bbbb.TABLE01, but will not replicate aaaa.TABLE02 to bbbb.TABLE02)

My replicate works fine. But when I alter or create the store procedure or function in master (aaaa), the replicate want to replicate the procedure to slave (bbbb).This make the replication fail because the new store procedure may involved some tables that was not available in slave.

Is there way I just replicate data only and without stored procedure and functions?

Thanks

Viewing all articles
Browse latest Browse all 1562

Latest Images

Trending Articles



Latest Images