Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

MySQL 5.1 Replication: Master's log-bin settings

$
0
0
I am having an issue with my master's log-bin...sorry, this is my first time trying a m/s set up.

When I add log-bin=mysql-bin to the my.cnf file and try to add a record via a web application, I get this error: Binary logging not possible. Message: Transaction level 'READ-COMMITED' in InnoDB is not safe for binlog mode 'STATEMENT'...remove it and I can add records all day, but the slave throws and cannot find bin error.

I googled and someone said something using binary log format=ROW/MIXED or setting the transaction isolation to 'READ-UNCOMMITTED'.

Which is better? Are they correct. What do I add to my my.cnf file to make it work correctly? Thanks!

Viewing all articles
Browse latest Browse all 13329

Trending Articles