第一步:使用root权限登录mysql; 第二步:执行 grant all privileges on *.* to root@"%" identified by "."; 第三步:执行 flush privileges; 完成;