What to do with MySQL interrupt errors (error reading communication packets)

I am using a Delphi application to connect to MySQL. Although my application works correctly, in MySQL logs I see a lot of intermittent connections with an error message in brackets that either "receives an error message reading communication packets" or "receives data packets to read a timeout".

I see dozens of them, although the application seems to be working correctly. What does this mean, and more importantly, what should I do with them?

Change: . This coincided with me, allowing me to keep an error log on the MySQL server. Hmm ...

+3
source share
1 answer

, ( ) .

, . - / MySQL, , , .

, - (), , , .

, , MySQL.

0

Source: https://habr.com/ru/post/1780543/


All Articles