> -----Original Message----- > From: Gary Smith > Sent: Friday, July 10, 2009 5:26 PM > To: Gary Smith; mysql@lists.mysql.com > Subject: RE: Crazy replication problem > > One quick follow up note: > > In the top of the big script, I'm doing: > > CREATE DATABASE x; > CREATE TABLE x.whatever (...); > > Reading into the various bug reports, do I need to issue a USE x; ? > I'm assuming that MySql isn't picking up the replica because there is > no current database specified, even though the tables are qualified. > > Can anyone confirm this? > > Gary >
So I found that adding a USE database to the tables allowed it to replicate. I vaguely remember something like that a couple years back. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=arch...@jab.org