aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/mysql_server
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-03-27 22:30:15 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-03-27 22:30:15 -0400
commit9539e58ae7653ffa5ef25cf7b18c67d705813334 (patch)
treeedae9906b601e1f51d3236e83924562f588d0cf5 /scripts/hostclass/mysql_server
parentd0f053485d6635d0128b815b422b421bbb836514 (diff)
downloadinfrastructure-9539e58ae7653ffa5ef25cf7b18c67d705813334.tar.gz
more mysql stuff
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"