HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMajor

Where can I find the mysql slow log?

Submitted by: @import:stackexchange-dba··
0
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 ) ?

Solution

In MySQL : 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.