SELECT + INSERT + Query Cache = MySQL lock up
问题 MySQL server seems to constantly lock up and stop responding on certain types of queries and eventually (after couple of minutes of not responding) give up with an error " MySQL server has gone away ", then hang again on the next set of queries, again and again. The server is set up as a slave to replicate from a master to dbA , mostly INSERT statements, around 5-10 rows per second. A PHP based application is running on the server that reads the freshly replicated data every 5-10 seconds,