# 查账号所拥有的权限
select * from INFORMATION_SCHEMA.role_table_grants where grantee='pay_rd';
# 或者
select * from information_schema.table_privileges where grantee='pay_rd';
# 查账号所拥有的权限
select * from INFORMATION_SCHEMA.role_table_grants where grantee='pay_rd';
# 或者
select * from information_schema.table_privileges where grantee='pay_rd';