aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/mysql_server
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hostclass/mysql_server')
-rw-r--r--scripts/hostclass/mysql_server2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/hostclass/mysql_server b/scripts/hostclass/mysql_server
index 115b591..8fa0ce7 100644
--- a/scripts/hostclass/mysql_server
+++ b/scripts/hostclass/mysql_server
@@ -1,5 +1,7 @@
#!/bin/sh
+: ${mysql_max_packet_size:='67108864'} # 64M
+
mysql_user=mysql
mysql_home=/var/db/mysql
mysql_tls_cert="${mysql_home}/mysql.crt"