diff options
Diffstat (limited to 'scripts/hostclass/mysql_server')
-rw-r--r-- | scripts/hostclass/mysql_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/mysql_server b/scripts/hostclass/mysql_server index 8fa0ce7..d8edad6 100644 --- a/scripts/hostclass/mysql_server +++ b/scripts/hostclass/mysql_server @@ -1,6 +1,6 @@ #!/bin/sh -: ${mysql_max_packet_size:='67108864'} # 64M +: ${mysql_max_packet_size:='134217728'} # 128M - digikam needs this for big collections mysql_user=mysql mysql_home=/var/db/mysql |