When starting up SonarQube 5.5 for the first time we are getting the error below when it creates the tables in MySQL. I see that maybe to get around this to use BINLOG_FORMAT = MIXED. Is this a requirement? Thank you.
ActiveRecord::JDBCError: 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.:
INSERT INTO schema_migrations (version) VALUES ('710')