mysql.stats_meta根据table_id,通过哪张表可以查到表名,和库名

这个可以实现,select from mysql.stats_meta a,INFORMATION_SCHEMA.TABLES t where a.table_id=t.TIDB_TABLE_ID