You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdebarros opened this issue
May 2, 2018
· 1 comment
Labels
blockedbugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn 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 it
elnyry-sam-k
added
bug
Something isn't working or it has wrong behavior on a Mojaloop Core service
infra-bug
An infrastructure issue or bug such as in helm charts or documentation
oss-core
This is an issue - story or epic related to a feature on a Mojaloop core service or related to it
and removed
technical-debt
Label to mark issues/stories as a technical debt item to be resolved in future
story
labels
Jun 4, 2021
blockedbugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn 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 it
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';
The text was updated successfully, but these errors were encountered: