个人学习和生活点滴记录
February 20th, 2022
or被完全过滤也就意味着order by 没法使用 以及information_schema 没法使用
innodb
sys
select table_name from mysql.innodb_table_stats where database_name='数据库名' select table_name from mysql.innodb_index_stats where database_name='数据库名' select object_name from sys.innodb_buffer_stats_by_table where object_schema='数据库名'
sys自增表得到信息
0x01[情况讨论]
or被完全过滤也就意味着order by 没法使用 以及information_schema 没法使用
0x02[绕过方法]
innodb
sys
sys自增表得到信息