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