Krydos Posted May 31, 2019 Posted May 31, 2019 The IP that you posted from is not showing up as blocked. Have you enabled remote mysql?
saber Posted June 1, 2019 Author Posted June 1, 2019 oh now it says too many connections... is there a limit?
wolstech Posted June 1, 2019 Posted June 1, 2019 Yes there is. Last I heard it was 4 concurrent connections, or 6 if you're on tommy. Note that these connections are per user, not per application, so it doesn't matter what is using them. The most common cause of the message is poorly written software that either opens a new connection for every query, or fails to close connections when it's done with them.
Recommended Posts