mysql 创建&查看索引 2017-07-31 admin 阅读(684) 评论(0) 2种办法1用create2用altercreate index 索引名称 on 表名(字段); alter table add index 索引名称(字段); 加入有一张表 TBa b ...