Hi all, I am trying to install and run the Apache Fineract software as indicated in the READ ME file but I am having the following error when entering the command `./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants` :
BUILD FAILED Execution failed for task ':flywayMigrate'. > Error occurred while executing flywayMigrate Unable to obtain Jdbc connection from DataSource (jdbc:mysql:thin://localhost:3306/mifosplatform-tenants) for user 'root' Could not connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client Could not connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client I have dropped the tables and recreated them, changed mysql password but I am getting the same error. I have also read something on the flywayMigrate problem there: https://github.com/flyway/flyway/issues/793 https://github.com/flyway/flyway/issues/1973 but I don't really understand ... Mysql version is 5.7.25 and i am on ubuntu 18.04.2 Any help will be appreciated. Thanks, Nelly
