From c1f76443b16f99486826efd2ea8803b30d00cc69 Mon Sep 17 00:00:00 2001 From: Erfan <37825504+erfantkerfan@users.noreply.github.com> Date: Thu, 4 Mar 2021 17:26:10 +0330 Subject: [PATCH] allow larage file imports --- mariadb/my.cnf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mariadb/my.cnf b/mariadb/my.cnf index f14f2690..fd51f7ea 100644 --- a/mariadb/my.cnf +++ b/mariadb/my.cnf @@ -5,3 +5,6 @@ # For explanations see # http://dev.mysql.com/doc/mysql/en/server-system-variables.html +[mysqld] +innodb_log_file_size = 4048M +innodb_strict_mode = 0