Support MySQL client 9.0 that removes mysql_native_password
plugin
#2448
Labels
type/feature-request
Categorizes issue as related to a new feature.
Feature Request
I want tiup playground supports to create root user with the
caching_sha2_password
plugin because MySQL client 9.0 that removesmysql_native_password
plugin.Describe the feature you'd like:
MySQL 9.0.0 removes mysql_native_password plugin.
https://dev.mysql.com/doc/relnotes/mysql/9.0/en/news-9-0-0.html
Why the featue is needed:
If macOS uses installs mysql client, now it installs MySQL client 9.0.1, then users will get this error.
Describe alternatives you've considered:
Workaround is installing
[email protected]
explicitly as follows.Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: