Hi!
I'm trying to install JIRA 7.0 on MySQL 5.7.9 and connector "mysql-connector-java-5.1.37-bin.jar".
When I'm trying to connect to MySQL DB, error message appears:
---
"Unknown system variable 'storage_engine'"
---
This variable is NOT present in my.ini. Insead, I'm using default-storage-engine = InnoDB.
Well, system variable storage_engine is deprecated "as of MySQL 5.5.3".
Should I use version of MySQL below 5.5.3 ?
Best regards, Semyon.