it's a master - master replication .... My question: when i run a "create table" statement on one of the databases, is that table also created on the other table ? or just the table content (the inserted rows) are in sync ? and here is the error on one of the masters : 120209 22:50:20 [ERROR] Slave SQL: Error 'Duplicate entry '174' for key 'PRIMARY'' on query. Default database: 'rent'. Query: 'INSERT INTO jobs(title, job_type_id, buyer_id, service_provider_id, price_low, price_high, status_id, created) VALUES("Test Polo Shirt 2", 2, 65, 64, "15.00", "50.00", '1208', now())', Error_code: 1062 120209 22:50:20 [Warning] Slave: Field 'modified' doesn't have a default value Error_code: 1364 120209 22:50:20 [Warning] Slave: Duplicate entry '174' for key 'PRIMARY' Error_code: 1062 120209 22:50:20 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'mysqld-bin.000001' position 6096
Yes, the database is alsos created in the other database. You have a duplicate entry somewhere. Please check your database.