mysql8.0 grant 创建账号及权限记录
时间:2021-07-01 10:21:17
帮助过:162人阅读
root‘@
‘%‘ IDENTIFIED BY
‘root‘;
mysql> GRANT ALL PRIVILEGES ON *.* TO
‘root‘@
‘%‘ WITH GRANT OPTION;
mysql> flush privileges;
mysql8.0 grant 创建账号及权限记录
标签:overflow create mysql8 sql over 记录 mysq tac creat