MySQL Error – Too Many Connections

MySQL Error – Too Many Connections

MySQL has is a maximum number of concurrent connections permitted to access the database, defined by the max_connections variable. The default value for max_connections is 151, and if the error Too Many Connections occurs, it means all connections are being...
MySQL Error – Packet Too Large

MySQL Error – Packet Too Large

A MySQL error commonly encountered is to have “packet too large” reported and it is often coupled with a “lost connection to MySQL server during query” error as the server closes the connection. The errors occur when a MySQL communication...