MySQL数据库的安装教程及相关问题 2018-07-13 MySQL数据库的下载及安装教程 问题1:Authentication plugin 'caching_sha2_password' cannot be loaded alter user 'root'@'%' identified with mysql_native_password by 'root'; set password for 'root'@'%'='Test123'; --Test123 为密码 root为user %对…