View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 05:24 AM
Ed Pauley II
 
Posts: n/a
Default Replication Problem?

We recently upgraded to MySQL 5.0. Since upgrading I have noticed that
queries of the form "INSERT INTO test.test_table VALUES('test','1')" no
longer replicate. If you connect to or change to the test database and
then execute "INSERT INTO test_table VALUES('test','1')" the query
replicates. Is this normal behavior? Is there a configuration setting
that I can change to make replication accept explicit database naming in
the query?

Any help would be greatly appreciated!

--
Ed Pauley II
ed@horseracinginfo.com



Reply With Quote