摘要:
LNMP源码包搭建 linux CentOS-6.5-x86_64-bin-DVD1 nginx 版本1.8.0 下载地址:http://nginx.org/en/download.html mysql 版本5.0.56 php 版本5.6.15 nginx、 mysql 、php对应版本的源码包可 阅读全文
摘要:
索引类型:主键索引,唯一索引,联合索引,普通索引,全文索引 建立索引: create index index_name on table(field_name); 删除索引: drop index index_name on table; 查看索引: show index from table; 建 阅读全文