授权给用户所有权限:grant all on *.* to user;

撤销用户的所有权限:revoke all on *.* from user;(revoke 跟 grant 的语法差不多,只需要把关键字 “to” 换成 “from” 即可)