Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL v8.x defaults to 'caching_sha2_password' #233

Open
mdebarros opened this issue May 2, 2018 · 1 comment
Open

MySQL v8.x defaults to 'caching_sha2_password' #233

mdebarros opened this issue May 2, 2018 · 1 comment
Labels
blocked 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

Comments

@mdebarros
Copy link
Member

mdebarros commented May 2, 2018

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';

@elnyry-sam-k elnyry-sam-k added the technical-debt Label to mark issues/stories as a technical debt item to be resolved in future label Nov 3, 2020
@elnyry-sam-k 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
@mdebarros
Copy link
Member Author

mdebarros commented Sep 24, 2021

This issue is blocked by the following PRs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked 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
Projects
None yet
Development

No branches or pull requests

3 participants