patternsqlMajor
Where can I find the mysql slow log?
Viewed 0 times
canthelogwhereslowmysqlfind
Problem
Just as the title says, where can I see it ?
Are there any config options for it ( like how many ms would determine if a query is slow or not ) ?
Are there any config options for it ( like how many ms would determine if a query is slow or not ) ?
Solution
In MySQL :
Update :
here's a link to the manual:
link text
show global variables like '%slow%';Update :
here's a link to the manual:
link text
Context
StackExchange Database Administrators Q#33, answer score: 31
Revisions (0)
No revisions yet.