grant all privileges on *.* to 'root'@'%' identified by 'root'
通过root账户给root的所有权限开放。
revoke insert on xx_xxx.* from 'root@localhost'
移除root账户在xx_xxx库中所有表的insert功能。
博客列表 >时间长久忘的Mysql命令
grant all privileges on *.* to 'root'@'%' identified by 'root'
通过root账户给root的所有权限开放。
revoke insert on xx_xxx.* from 'root@localhost'
移除root账户在xx_xxx库中所有表的insert功能。