I have an intermittent error on our databases (Percona MySQL 5.6 on
Debian 8) which I haven’t been able to find information about online - my colleague runs a python script and it occasionally gets kicked out with:
ConnectionResetError: [Errno 104] Connection reset by peer
As I understand it, this is because mysqld for some reason decides to reset the connection. Is there any way that I can get to see what causes mysqld to do this? The logs don’t show anything.