Created
December 7, 2016 03:25
-
-
Save henrytran9x/1a561551243e8499bd08d8d2c0453a5f to your computer and use it in GitHub Desktop.
Fix "Additional uncaught exception thrown while handling exception" Drupal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Change config in mysql database | |
;my.in in mysql Xampp | |
max_allowed_packet = 64M (default 1M) | |
innodb_buffer_pool_size = 500M (default 5M) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment