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
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