niklassaers
niklassaers

Reputation: 8810

How do I increase room for the queries in general_log?

In MySQL, I've set the log_output to FILE, and general_log to ON, and the queries start rushing in for me to debug. BUT, after 1022 bytes, each query is abruptly truncated. How can I increase this limit so that I get to debug also the long queries?

Upvotes: 0

Views: 89

Answers (1)

Brian
Brian

Reputation: 4984

What version on MySql are you using? there was a reported bug similar to this @ http://bugs.mysql.com/bug.php?id=21557

Upvotes: 1

Related Questions