Fast authentication for caching_sha2_password
#56747
Labels
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
component/mysql-protocol
type/compatibility
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
The
caching_sha2_password
authentication method supports a "fast authentication" (cached) and a "full authentication". TiDB only supports "full authentication". This issue is to add support for "fast authentication".tidb/pkg/server/conn.go
Lines 702 to 704 in c82ba4e
https://dev.mysql.com/doc/dev/mysql-server/latest/page_caching_sha2_authentication_exchanges.html
Previous work: pingcap/parser#1328
Related:
default_authentication_plugin
is not compatable with MySQL's #54138 (comment)The text was updated successfully, but these errors were encountered: