create user root@'%' identified by '123456';
grant all privileges on *.* to root@'%' with grant option;
mysql:给root用户开启远程访问权限
阅读 58
2022-04-14
create user root@'%' identified by '123456';
grant all privileges on *.* to root@'%' with grant option;
相关推荐
精彩评论(0)