In the near past I got this error a lot: Lost connection to MySQL server during query
The I added this to my Flask App:
app.config['SQLALCHEMY_POOL_RECYCLE'] = 499
app.config['SQLALCHEMY_POOL_TIMEOUT'] = 20
Which reduced the amount of times I get this error but it still shows up every once in awhile. Usually after not visiting the website for about 12 hours.