Adjust parameters for dumping MySQL/MariaDB database.

This commit is contained in:
Christoph 2025-02-03 15:54:46 +01:00
parent d2271af621
commit c4b330c23c

View File

@ -118,7 +118,6 @@
# DB related parameters # DB related parameters
# --- # ---
# MYSQL_PERFORMANCE_SETTINGS # MYSQL_PERFORMANCE_SETTINGS
# #
# To increase performance, some global variables are changed before writing the database dump. # To increase performance, some global variables are changed before writing the database dump.
@ -139,6 +138,17 @@
#MYSQL_PERFORMANCE_SETTINGS=false #MYSQL_PERFORMANCE_SETTINGS=false
# MYSQL_MAX_ALLOWED_PACKET
#
# Set/Change this value only for dumping the NC database
#
# Defaults to:
#
# #MYSQL_MAX_ALLOWED_PACKET=1G
#
#MYSQL_MAX_ALLOWED_PACKET=1G
# --- # ---
# Other Backups # Other Backups
# --- # ---