Skip to content

MySQL v8.x defaults to 'caching_sha2_password' #233

Open
@mdebarros

Description

@mdebarros

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

No one assigned

    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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions