BLasan commented on pull request #1671: URL: https://github.com/apache/fineract/pull/1671#issuecomment-841083861
> I don’t think we have tested Fineract with MySQL 8. At least when I did the MySQL upgrade last time, I tested only to 5.7. Which of course does not mean that it won’t work... But of course testing with MySQL 8 (as well as any patches required) would be a great idea - so please do go ahead Regards Petri > […](#) > On 14 May 2021, at 3:57 PM, Benura Abeywardena ***@***.***> wrote: @josemakara2 <https://github.com/josemakara2> Would you mind telling the mysql version you've used? @BLasan <https://github.com/BLasan> MySQL 8.0.23. We have also tested this in MySQL 8.0.25 as it fixes some other unrelated issues we have been having with MySQL 5.7 I'm using java 14. Hope it's fine with this mysql version. I'm getting an error * What went wrong: Execution failed for task ':fineract-provider:createDB'. > java.sql.SQLException: Could not connect: Client does not support authentication protocol requested by server; consider upgrading MySQL client * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings . See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <[#1671 (comment)](https://github.com/apache/fineract/pull/1671#issuecomment-841081741)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASJVCQYRH2NMS2ONA7USZ3TNTJVXANCNFSM4ZRMCVNA>. Tried mysql 5.7 as well. And the gradle version has been downgraded in the latest codebase to 6.8. It's not using gradle 7.0 which was perfectly executed without any issue. After rebasing I got this error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
