mysql如何查看统计信息的更新时间?哪个系统表存储统计信息呢?
select * from mysql.innodb_table_stats; select * from mysql.innodb_index_stats;