单项选择题
A.set global log_output=fileB.show variables like ’%slow_query%’C.set global slow_query_log=onD.set global long_query_time=10
A.my.cnfB.my.iniC.httpd.confD.nginx.conf
A.DROP INDEX 索引名ON 表名B.ALTER TABLE 表名DROP INDEX 索引名C.ALTER TABLE 表名DROP PRIMARY KEYD.CREATE INDEX index_name ON table_name (column_list)