MySQL Forums
Forum List  »  Install & Repo

Re: sha256_password deprecated warnings filling logs
Posted by: Steven Tillson
Date: July 23, 2021 10:14PM

We started by installing it:

mysql> INSTALL PLUGIN CONNECTION_CONTROL
-> SONAME 'connection_control.so';
Query OK, 0 rows affected (0.15 sec)
mysql> INSTALL PLUGIN CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS
-> SONAME 'connection_control.so';
Query OK, 0 rows affected (0.04 sec)
And we could immediately see what was the problem:

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.