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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: