Hi..

Replication does not happend if inserts (update not tested) is made without 
"mysql_select_db("database", $connection); " (yes, I use php..).


Working:
mysql_select_db("database", $connection);
mysql_query("INSERT INTO table (text1, text2) VALUES ('bah', 'bah')");


Not working (data only apreas in the log files on slave, and on master 
database, but NOT in slave database)
mysql_query("INSERT INTO database.table (text1, text2) VALUES ('bah', 
'bah')");


This is extreamly annoying.

-- 
regards, Peter Larsen


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to