Adjust parameters for dumping MySQL/MariaDB database.
This commit is contained in:
parent
d2271af621
commit
c4b330c23c
@ -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
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
Reference in New Issue
Block a user