phpmyadmin - mysql searches the index and finds the key_name of id_2. What index is this? ?
迷茫
迷茫 2017-05-18 10:52:17
0
2
947

mysql searches the index and finds the key_name of id_2. What index is this? ?
SHOW INDEX FROM spm_works, the result is as shown below:

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
淡淡烟草味

You should be the ordinary index you created. Show the creation statement of the spm_works table: show create table spm_works; See if the id_2 index line is created.

巴扎黑

id_2 This is the name of the index built on the id field. Obviously this is a normal index and is not unique.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template