MySQL的show index 选择率show index from tbl_name\G;里面的每个字段信息各代表什么呢?DROP TABLE IF EXISTS t;CREATE TABLE t(a int not null,b varchar(2000) ,c int not null,d int,e varchar(