Those settings are a bit tricky at times to find, depending on what OS & Apache version you run, as well as the web host manager that you might also run.
Typically they are in the httpd.conf/apache.conf file, sometimes they are in the extra or modules directory of apache in the mpm.conf file.
Change the following & restart mysql.
wait_timeout = 60
connect_timeout = 60
max_allowed_packet = 32M <-- I doubt this one is the issue, but its possible.
|