MariaDB Connection Abort

thmihnea

Software Engineer
Supreme
Feedback score
9
Posts
90
Reactions
91
Resources
0
Last edited:

Spyproof

Supreme
Feedback score
8
Posts
348
Reactions
67
Resources
0
That's a timeout due to inactivity. Set your MariaDB connection timeout to something larger, or utilize specialized connection pools that get the job done for you, somewhat along the lines of https://github.com/brettwooldridge/HikariCP. Or simply switch to better database alternatives, like MongoDB (NoSQL) or PostgreSQL if you wanna keep using SQL.
Have no clue how to do that. Ive never had this problem with the plugins before.
 

thmihnea

Software Engineer
Supreme
Feedback score
9
Posts
90
Reactions
91
Resources
0
Have no clue how to do that. Ive never had this problem with the plugins before.

You can’t do anything besides increasing the timeout duration; besides that, it’s only the developer that can add the connection pool or you if you have the source code.
 
Top