-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
blockedbugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn infrastructure issue or bug such as in helm charts or documentationAn infrastructure issue or bug such as in helm charts or documentationoss-coreThis is an issue - story or epic related to a feature on a Mojaloop core service or related to itThis is an issue - story or epic related to a feature on a Mojaloop core service or related to it
Description
MySQL v8.x defaults to 'caching_sha2_password'. The current version of mysql driver for NodeJS does not support this authentication plugin.
Here is the MySQL issue to address support 'caching_sha2_password':
mysqljs/mysql#1959
Currently we have to manually change the authentication plugin to 'mysql_native_password' using the following command:
ALTER USER 'central_ledger'@'%' IDENTIFIED WITH mysql_native_password BY 'password';
Metadata
Metadata
Assignees
Labels
blockedbugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn infrastructure issue or bug such as in helm charts or documentationAn infrastructure issue or bug such as in helm charts or documentationoss-coreThis is an issue - story or epic related to a feature on a Mojaloop core service or related to itThis is an issue - story or epic related to a feature on a Mojaloop core service or related to it