Displaying 3 results from an estimated 3 matches for "option_mysqld_log".
2019 Nov 01
1
Dovecot and MySQL aborted connections.
...erefore
>> showing lots of aborted connection notices in the logs
>>
>> changing the log_warnings back from 2 to 1 solved this issue
>
> Yes the same setting made the same change to the default with mysql:
>
> https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_log-warnings
>
>
> So now we know how to silence the "Aborted connection" mysql loglines
> thank you!
>
>
> But still I wonder if Dovecot wants to handle these connections
> slightly differently - if it could be cleaner? Or is it moot?
Unfortunately there are (repl...
2019 Oct 31
2
Dovecot and MySQL aborted connections.
I will top post here ...
got a similar issue with mariadb a while ago after upgrading from 10.1
to 10.2
lots of warnings about aborted connections in the logs.
after digging into this issue the culprit was a new default setting
value in the newer maridb server.
during the update the log_warnings changed from 1 to 2 therefore showing
lots of aborted connection notices in the logs
changing
2019 Oct 31
0
Dovecot and MySQL aborted connections.
...rnings changed from 1 to 2 therefore
> showing lots of aborted connection notices in the logs
>
> changing the log_warnings back from 2 to 1 solved this issue
Yes the same setting made the same change to the default with mysql:
https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_log-warnings
So now we know how to silence the "Aborted connection" mysql loglines
thank you!
But still I wonder if Dovecot wants to handle these connections slightly
differently - if it could be cleaner? Or is it moot?