re: re: create database not replicated

2002-11-15 Thread Victoria Reznichenko
Mark, Thursday, November 14, 2002, 4:34:19 PM, you wrote: MI> On Thu, 14 Nov 2002, Victoria Reznichenko wrote: >> MI> I am having a problem with replication. When I create a new database on >> MI> the master, the CREATE DATABASE command is not shipped to the slave. >> MI> Subsequent table creation

re: create database not replicated

2002-11-14 Thread Mark Ito
Victoria, On Thu, 14 Nov 2002, Victoria Reznichenko wrote: > Mark, > Thursday, November 14, 2002, 12:02:31 AM, you wrote: > > MI> I am having a problem with replication. When I create a new database on > MI> the master, the CREATE DATABASE command is not shipped to the slave. > MI> Subsequent ta

re: create database not replicated

2002-11-14 Thread Victoria Reznichenko
Mark, Thursday, November 14, 2002, 12:02:31 AM, you wrote: MI> I am having a problem with replication. When I create a new database on MI> the master, the CREATE DATABASE command is not shipped to the slave. MI> Subsequent table creation and table updates on the new database on the MI> master are

create database not replicated

2002-11-13 Thread Mark Ito
MySQL folks, I am having a problem with replication. When I create a new database on the master, the CREATE DATABASE command is not shipped to the slave. Subsequent table creation and table updates on the new database on the master are replicated on the slave, but since the new database was not cr

CREATE DATABASE not replicated in the slave server

2001-01-25 Thread Kannan Narayanan
CREATE DATABASE command is not replicated in the slave server. The database is created on the master but not on the slave. The SQL statement does not appear in the replication log file on the MASTER. I have set the master to ignore replicating one database on the master. Is this causing MySQL