windows安装mysql服务

https://blog.csdn.net/zhouzezhou/article/details/52446608

 

 

给root用户赋权限:

grant all privileges on *.* to root@"%" identified by ".";


flush privileges;

 

posted @ 2021-10-13 13:58  Peter.Jones  阅读(25)  评论(0)    收藏  举报