Hi guys,
I notice the following today :
Tons of queries not slower than what I set in /etc/my.cnf
Any ideas why?
I'm running the following mysql version:
Server version: 5.6.16-cll-lve MySQL Community Server (GPL)
I notice the following today :
Code:
# Query_time: 0.000155 Lock_time: 0.000023 Rows_sent: 1 Rows_examined: 18
Code:
slow-query-log = 1
slow-query-log-file = /var/log/mysql-slow.log
long_query_time = 20
log-queries-not-using-indexes
Any ideas why?
I'm running the following mysql version:
Server version: 5.6.16-cll-lve MySQL Community Server (GPL)
Last edited: