What do I need to do to generate the slow logs file in MySQL?
I did:
log_slow_queries = C:\Program Files\MySQL\MySQL Server 5.1\mysql-slow.log
long_query_time = 1
What more do I need to do to?
|
|
|
Seeing the path of the slow log is for Windows, I suggest putting quotes around the path
also make sure the lines are under the The only thing left to do is restart mysql run this
wait about 30 seconds, then run
If this does not work, perhaps try flipping the slashes in the path
Give it a Try !!! |
|||
|
|