Skip to content

"Client restrict authentication plugin" error when connecting to MySQL #7

Description

@eirikbakke

A user reported the following error when attempting to connect Ultorg to MySQL:

Connection failed: Client restrict authentication plugin to a limited set of authentication plugin and doesn't permit requested plugin ('caching_sha2_password'). Current list is restrictedAuth=mysql_native_password, client_ed25519,auth_gssapi_client

This is likely due to a bug in the particular version of the JDBC driver that was bundled with Ultorg. A newer version will be bundled in Ultorg 1.0.8.

Until then, a workaround is to add "?restrictedAuth=caching_sha2_password" to the end of the JDBC URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MySQLbugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions