On 12/4/16 21:24, Andreas Koenig wrote:
On Tue, 12 Apr 2016 19:04:32 -0400, Nigel Horne <n...@bandsman.co.uk> said:
> Is anyone else having difficulties? I'm seeing this:
> Binary logging not possible. Message: Transaction level
> 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT'
Reverting...
mysql> SET GLOBAL tx_isolation = 'REPEATABLE-READ';
Query OK, 0 rows affected (0.00 sec)
mysql> SET tx_isolation = 'REPEATABLE-READ';
Query OK, 0 rows affected (0.00 sec)
Phew.
Looks good, thanks.
-Nigel
Sorry, not my best day:(