Anh3h commented on issue #651: FINERACT-783 Fineract on Kubernetes [WIP] URL: https://github.com/apache/fineract/pull/651#issuecomment-565772571 @xurror The error message you are getting is because the fineract server is not connecting to the MySQL server. - Either MySQL is not running, so make sure that pod is running or - the database doesn't exist on the MySQL server. Make sure the database exist on the MySQL server. it doesn't have to be prepopulated with data for the fineract server to start-up successfully. or - the MySQL configuration you provide to the fineract server is wrong.
---------------------------------------------------------------- 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] With regards, Apache Git Services
