1、我们把查询权限授予
2、on table在student表上
3、to public是给所以用户
4、我们也可以特定授予一个用户
5、我们写with grant option就是向下传播权限是可以的
6、这段代码意味把对表student的查询权限授予所以用户