看一下是不是root权限
如果是root权限,可能是这些视图丢失了
可以查一下视图存在不
select * from information_schema.views where table_schema = 'sys' and table_name = 'session'