通过实例认识MySQL中前缀索引的用法
今天在测试环境中加一个索引时候发现一警告root@test 07:57:52>alter table article drop index ind_article_url;Query OK, 144384 rows affected (16.29 sec)Records: 144384 Duplicates: 0 Warnings: 0root@test 07:58:40>alter table article add index ind_ar...