My sql添加远程用户root密码为password

添加远程用户root密码为password 
grant all privileges on *.* to root@localhost identified by '123321' with grant option 
grant all privileges on *.* to root@"%" identified by '123321' with grant option

上一篇:【vue】vue-router路径无法正确跳转


下一篇:yield from