Mysql8.0以上版本给新用户赋予root权限

2020-02-23  本文已影响0人  wdaowy

用语句
grant all privileges on . to 'root'@'%' with grant option;
即可

上一篇 下一篇

猜你喜欢

热点阅读