Unable to load authentication plugin 'caching_sha2_password'.
参考
https://blog.csdn.net/zixiao217/article/details/80156362
若出现mysql 2059错误,直接登录mysql控制台,执行以下语句:
1、mysql -uroot -P
2、alter user root@localhost identified with mysql_native_password by '你自己定义的密码';
只需此两句就行。其他一般不需要