Skip to content

Pre Release v5.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhouqiang-cl zhouqiang-cl released this 07 Jun 08:06
· 68 commits to master since this release
10b704a
auth: add the caching sha2 algorithm for authentication (#1232)

This allows validating passwords against the `authentication_string`
data that MySQL stores for caching_sha2 passwords.

Related:
- https://github.com/pingcap/tidb/issues/9411