Re-initializing configuration information

2002-12-06 Thread Mark Ito
MySQL folks, I have a server which handles hundreds of connections at a time typically. Many of these are actually inserting data. It is currently configured as a replication master. Let's call it A. The slave is currently only used as a backup. Let's call the slave B. But this is not really about

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

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