Hello again... I am transferring binlogs between two networks that are not connected as an offline replication solution. I have two databases which I have configured the my.ini file to create binlog entries for.
Do both databases get written to the same log or is there a separate log for each database. If both are written to the same log how do you use the mysqlbinlog command to update both databases? Do you just run it twice like this?... mysqlbinlog binlog_name > db1 mysqlbinlog binlog_name > db2 Any help would be greatly appreciated. Mauro