1.更新
win+r,cmd.输入mysql_upgrade -u root -p
2.赋予权限
grant all privileges on *.* to root@"%" identified by ".";
mysql> flush privileges;
3.完
1.更新
win+r,cmd.输入mysql_upgrade -u root -p
2.赋予权限
grant all privileges on *.* to root@"%" identified by ".";
mysql> flush privileges;
3.完