mysql 索引操作
Posted 长风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 索引操作相关的知识,希望对你有一定的参考价值。
增加索引
alter table table_name add index(columes)
alter table table_name add primaty key (colume)
alert table table_name add unique(colume)
删除索引
alter table drop index index_name
以上是关于mysql 索引操作的主要内容,如果未能解决你的问题,请参考以下文章