Loading...
在mysql用like查询的时候%xxx%这样是利用不到索引的。xxx%这样是可以的。需要模糊查询或者普...
启用mysql慢查日志set global slow_query_log_file=/sql_log/s...