Tagged Questions
2
votes
2answers
202 views
Enable slow_query_log tries to write to slow_log.CSV
I'm running MySQL 5.5
I wanted to truncate the slow log file, so I did:
SET GLOBAL slow_query_log = 0;
then truncated the file in filesystem.
But, when I enable it back it fails:
SET GLOBAL ...
0
votes
1answer
56 views
What is stored in mysqld-slow.log?
My MySQL log directory contains the following files:
7.9K mysqld.err-old
4.0G mysqld-slow.log
94 mysql.log
93M mysqld.err
mysqld-slow.log contains a long list of queries with some ...
1
vote
1answer
696 views
MySQL flush logs, unknown error
I gave been trying to solve this for few days now, and cant seem to figure this out.
I have been trying to set log rotation for mysql slow using linux logrotate feature, and my script seems to get ...