'Prevent SQL connection from timing out
so I'm using a SQL database for a discord bot I'm working on. Everything is fine until SQL times out while the code is running overnight which then gives an error anytime someone actually uses the bot during the day. If there some way to either refresh the connection or to remove this inactivity timeout?
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | xBatmanx |
