命令:grant xxx(权限) on Tablename to USERname;grant select,insert,update,delete,all on table to user;例如:将T表的查询权限赋予aaa这个用户grant select on T to aaa;