Tag: PluginFix
-
Fix: Plugin mysql_native_password reported: mysql_native_password is deprecated
If you get this error in MySql error logs Then You need to migrate your users to use caching_sha2_password instead of mysql_native_password So let’s go into work in this article I will show you how to migrate your caching_sha2_password First we will list all effected users using this command Note we have user here is…