MySQL Forums
Forum List  »  Security

Re: How to change the login plugin from mysql_native_password to caching_sha2_password
Posted by: Georgi Kodinov
Date: April 11, 2024 01:17AM

https://dev.mysql.com/doc/refman/8.0/en/alter-user.html

ALTER USER ... IDENTIFIED WITH 'caching_sha2_password' AS 'new_password'

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to change the login plugin from mysql_native_password to caching_sha2_password
476
April 11, 2024 01:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.