Code: Alles auswählen
Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.
Abhilfe:
Es muss die Konfiguration, my.ini, my.cnf, von MySQL angepasst werden.
Den Eintrag binlog-format=ROW oder binlog-format=MIXED in der Konfiguration anlegen oder ersetzten.
Danach MySQL neu starten.