就是要实现在user2用户下这样查询
select * from user1.table1
操作:
登录到user1给user2授权table1表查询权限:grant select on table1 to user2;即可完成权限设置。