I keep getting this in my /var/log/mysql.log
"[Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'"
how do I stop it? I'm running MysQL 8.0.34.
I do see this on my new installation of cPanel:
mysql> use mysql
mysql> select plugin from user;
+-----------------------+
| plugin |
+-----------------------+
| mysql_native_password |
| mysql_native_password |
| caching_sha2_password |
| caching_sha2_password |
| caching_sha2_password |
| mysql_native_password |
| mysql_native_password |
| mysql_native_password |
| mysql_native_password |
| mysql_native_password |
+-----------------------+
10 rows in set (0.00 sec)
is that normal - mysql_native_password?
"[Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'"
how do I stop it? I'm running MysQL 8.0.34.
I do see this on my new installation of cPanel:
mysql> use mysql
mysql> select plugin from user;
+-----------------------+
| plugin |
+-----------------------+
| mysql_native_password |
| mysql_native_password |
| caching_sha2_password |
| caching_sha2_password |
| caching_sha2_password |
| mysql_native_password |
| mysql_native_password |
| mysql_native_password |
| mysql_native_password |
| mysql_native_password |
+-----------------------+
10 rows in set (0.00 sec)
is that normal - mysql_native_password?
Last edited by a moderator: