MySQL索引及優化

MySQL索引及優化 索引分類 惟一索引 強調惟一,就是索引值必須惟一,關鍵字unique index 建立索引:php 一、create unique index 索引名 on 表名(列名); 二、alter table 表名 add unique index 索引名 (列名);mysql 刪除索引:web 一、 drop index 索引名 on 表名; 二、 alter table 表名 d
相關文章
相關標籤/搜索