MySQL Replication Issues

jasonlitka

2[H]4U
Joined
Mar 12, 2001
Messages
3,794
So, I'm trying to replicate a single database on a MySQL 4.1.20 box to a second box (which hosts other DBs that are not on the first system). The problem I'm having is CREATE TABLE, DROP TABLE, and ALTER TABLE statements are not being replicated to the slave server. Is there an option I'm missing? I'd hate to have to take the site offline and snapshot it every time there was a DB change.
 
Back
Top