输入banner图图片脚本导航/分类

检测mysql中建立的索引是否生效

使用方法,在select语句前加上explain就可以了:

EXPLAIN SELECT surname,first_name form a,b WHERE a.id=b.id