HappenLee opened a new issue #5384: URL: https://github.com/apache/incubator-doris/issues/5384
**Is your feature request related to a problem? Please describe.** Connecting with a MySQL Client after the version of 8.0.4 to Doris could results in an error. This is because Doris doesn't support the AuthSwitchRequest packets. MySQL 8.0.4 client to Drois: ``` Drois ->: Authentication Plugin: mysql_native_password Client <-: Client Auth Plugin: caching_sha2_password Doris ->: MySQL Error 2012 (HY000): Password check failed. ``` MySQL 8.0.4 client to MySQL 5.x: ``` Mysql ->: Authentication Plugin: mysql_native_password Client <-: Client Auth Plugin: caching_sha2_password Mysql ->: Auth Switch Request: Auth Method Name: mysql_native_password Client <-: Auth Switch Response Mysql ←: OK ``` **Describe the solution you'd like** Support Auth Switch Request in Doris ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
