Member since
04-08-2017
1
Post
0
Kudos Received
0
Solutions
04-08-2017
08:13 AM
Loosen up your sql mode. Run this prior to installation: SET GLOBAL sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; Mysql server version 5.7.17 You obviously need to fix the flyway error first if you don't recreate the db.
... View more