From 13520f1b3fa9409edbe9492265b40bc17798eb23 Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Tue, 21 Apr 2015 14:59:31 +0200
Subject: [PATCH] [TASK] Increase the maximum allowed packet size (required for
 some dumps)

---
 templates/default/my.cnf.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/default/my.cnf.erb b/templates/default/my.cnf.erb
index 072b48a..b978d32 100644
--- a/templates/default/my.cnf.erb
+++ b/templates/default/my.cnf.erb
@@ -1,7 +1,7 @@
 [mysqld]
 # * Fine Tuning
 key_buffer		= 16M
-max_allowed_packet	= 16M
+max_allowed_packet	= 128M
 thread_stack		= 192K
 thread_cache_size       = 8
 # This replaces the startup script and checks MyISAM tables if needed
-- 
GitLab