单项选择题
A.EXPALIN只能解释SELECT操作B.EXPLAIN不能显示MySQL在执行查询时所作的优化工作C.EXPLAIN不考虑各种表CacheD.EXPLAIN会告诉你关于触发器、存储过程的信息
A.select_type:sql级别B.table:表名C.type:查询类别D.possible_key 要用的索引E.key:数据表
A.set global log_output=fileB.show variables like ’%slow_query%’C.set global slow_query_log=onD.set global long_query_time=10