Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
None
Description
After running several days (about 3 weeks) our application wasn't able to connect to MariaDB server anymore.
The error message is:
Lost connection to MySQL server at 'handshake: reading inital communication packet', system error: 0)
Do you know any reason how this can happen ?
What can we analyze on the system to narrow down the problem ?
After the restart of the MariaDB server all was fine again.
Operating system: Windows server 2008 R2
MariaDB server: 10.3.18
migra, generally take a network trace, e.g with Wireshark to see what happened, if you know that the server is up and the address is correct.
you also can try a telnet on the server:port combination, to see if server wrote a "welcome" packet.
if there is any kind of deadlock, a memory dump, or stacktrace dump can help.
I'd like to point out though, that we no longer support either MariaDB 5.3 nor Windows server 2008 R2.