开启权限,
grant all privileges on *.* to root@"%" identified by 'abc' with grant option;
flush privileges;
本文介绍如何使用MySQL命令grantallprivilegeson*.*toroot@'%'identifiedby'abc'withgrantoption进行数据库权限配置,并通过flushprivileges命令使权限设置生效。
开启权限,
grant all privileges on *.* to root@"%" identified by 'abc' with grant option;
flush privileges;
1106
1153

被折叠的 条评论
为什么被折叠?