My MySQL 8 conf as below :
[mysqld]
slow_query_log = ON
long_query_time = 5
log_slow_admin_statements = 1
log_queries_not_using_indexes = 1
But when I got slow query log in my table that will show :
The query time do not match long_query_time (5s)
Any ideas ?