MySQL Forums
Forum List  »  Install & Repo

Re: sha256_password deprecated warnings filling logs
Posted by: Greg Turner
Date: May 18, 2020 02:42PM

Unset. According to MySQL documentation, the default is 'caching_sha2_password'.

I've verified it:

SQL> show global variables like 'default_auth%';
+-------------------------------+-----------------------+
| Variable_name | Value |
+-------------------------------+-----------------------+
| default_authentication_plugin | caching_sha2_password |
+-------------------------------+-----------------------+

Options: ReplyQuote




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.