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
fix: add allowPublicKeyRetrieval to OMS datasource for MySQL 8.0 compat
MySQL 8.0 uses caching_sha2_password by default, which requires
allowPublicKeyRetrieval=true when useSSL=false. The handshake matching
test still works because the two pools differ in username and database.
0 commit comments