|
I can confirm that this was the problem. I had moved my Drupal site to a new webserver. The difference between the two servers was max_allowed_packet = 1M vs. 5M.
|
|
name = Max packet description = Utility module that tries to increase the size of the max_allowed_packet session variable for MySQL. core = 6.x ... ; Make sure the description is on one line otherwise Drupal will mark the module as incompatible...
|
|
max_allowed_packet = 64M read_rnd_buffer_size = 524288 ... While simulating 500 concurrent users on our Drupal installation we made the following ...
|
|
[mysqldump] quick quote-names max_allowed_packet = 16M; [mysql]; #no-auto-rehash # faster start of mysql but no tab completition; [isamchk] key_buffer = 16M ; ... Do you use our Drupal modules?
|
|
user warning: Got a packet bigger than 'max_allowed_packet' bytes | Eric's Drupal Blog. Drupal Header Logo · Eric's Drupal Blog ...
|
|
Tech Support Case Studies ... Now stop and start the Acquia Drupal Stack using the Acquia Drupal Control Panel, and the new setting will come into effect. This should solve your max_allowed_packet problem!
|
|
Acquia provides professional technical support for the Drupal social publishing system to Acquia Network subscribers via forums, web tickets, email and phone. Response times and access to Acquia's support channels vary depending ... The S-Files: Acquia Drupal Stack installer Got packet bigger than max_allowed_packet bytes...
|
|
Dec 15, 2009 ... my.cnf file location for MAMP on OSX (Drupal max_allowed_packet issue). If you need to create a my.cnf file because you keep getting a ...
|
|
mysql --max_allowed_packet=512M -u root < .\db\dropUser.sql. But, when I browse pages with Drupal, my limit is back to 1Mb, despite the fact that my my.ini ...
|
|
Aktuell schlage ich mich mit dem Problem des MySQL Parameters "max_allowed_packet" herum. ... Konfigurierte 60 MB waren zu wenig - Drupal verlangte nach mindestens 68 MB. Nichts ging mehr. Um weiterarbeiten zu können hat der in meinem Blog gepostete Workaround geholfen. Inzwischen ist auf dem Server des Kunden das PHP...
|