SQLAlchemy error MySQL server has gone away
Looking at the mysql docs, we can see that there are a bunch of reasons why this error can occur. However, the two main reasons I’ve seen are: 1) The most common reason is that the connection has been dropped because it hasn’t been used in more than 8 hours (default setting) By default, the … Read more