After a very long time (right after testing database connection and it works) I press next...
Log's referral number: a6bdf2ef-1c06-4325-bae3-758fe51cf4c0
Referer URL: http://173.166.254.97:8080/secure/SetupDatabase.jspa
com.opensymphony.module.propertyset.PropertyImplementationException: while inserting: [GenericEntity:OSPropertyEntry][id,10017][entityId,1][propertyKey,jira.i18n.language.index][type,5][entityName,jira.properties] (SQL Exception while executing the following:INSERT INTO propertyentry (ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype) VALUES (?, ?, ?, ?, ?) (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.))
Adding binlog_format=ROW to /etc/mysql/my.conf along with the other binlog settings got me past this error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.