Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL 8.4.0 error prompt Plugin' mysqlnotative_password 'is not loaded #1925

Open
talksmallice opened this issue May 23, 2024 · 2 comments
Open

Comments

@talksmallice
Copy link

Starting from MySQL 8.4.0, the default authentication plugin is' caching_sha2_password ', while the' mysql_cative_password 'authentication plugin is no longer enabled by default. How can I use the' caching_sha2_password 'plugin to connect now?

@tidusjar
Copy link

Has there been any progress on this?

@moemura
Copy link

moemura commented Jul 17, 2024

execute SQL like this
ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'passwd';
Or turn on mysql_native_password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants