update default_authentication_plugin
In MySQL 8.0, caching_sha2_password is the default authentication plugin rather than mysql_native_password.When it is actually used, it is found that it is not possible to login to MySQL without using encryption. For example, phpMyAdmin.