Search Results

1
vote
2answers
1k views

MySQL triggers + replication with multiple databases.

I am running a couple of databases on MySQL 5.0.45 and am trying to get my legacy database to sync with a revised schema, so I can run both side by side. I am doing this by adding triggers to the …