diff options
Diffstat (limited to 'straper/db/public/mariadb/etc-mysql/conf.d')
| -rw-r--r-- | straper/db/public/mariadb/etc-mysql/conf.d/mysql.cnf | 1 | ||||
| -rw-r--r-- | straper/db/public/mariadb/etc-mysql/conf.d/mysqldump.cnf | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/straper/db/public/mariadb/etc-mysql/conf.d/mysql.cnf b/straper/db/public/mariadb/etc-mysql/conf.d/mysql.cnf new file mode 100644 index 0000000..22b052d --- /dev/null +++ b/straper/db/public/mariadb/etc-mysql/conf.d/mysql.cnf @@ -0,0 +1 @@ +[mysql] diff --git a/straper/db/public/mariadb/etc-mysql/conf.d/mysqldump.cnf b/straper/db/public/mariadb/etc-mysql/conf.d/mysqldump.cnf new file mode 100644 index 0000000..38310a9 --- /dev/null +++ b/straper/db/public/mariadb/etc-mysql/conf.d/mysqldump.cnf @@ -0,0 +1,4 @@ +[mysqldump] +quick +quote-names +max_allowed_packet = 16M |
