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.
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_clientThis 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.