Re: sha256_password deprecated warnings filling logs
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 |
+-------------------------------+-----------------------+
Subject
Written By
Posted
Re: sha256_password deprecated warnings filling logs
May 18, 2020 02:42PM
Sorry, only registered users may post in this forum.
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.