msyql 8.* 使用msyql_native_password方法 # 1、使用root密码在本地登陆mysql # 2、修改root@% 的密码 alter user 'root'@'%' dientified with mysql_native_password by '123456';