之前创建了一个用户fred。
输入如下命令
mysql> revoke all privileges, grant
       -> from fred;
屏幕如下显示
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'from
fred' at line 2
这是怎么回事?