From a15ca02189bbd389f5be4e4d8f94961ea8502ff7 Mon Sep 17 00:00:00 2001 From: dsb Date: Fri, 22 May 2015 13:54:24 +0200 Subject: [PATCH] Set option "Optimize tables before backup" to default value "no" because some people experienced problems with big tables where this option leads to a timeout. --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 927707c..c8809d5 100644 --- a/config.php +++ b/config.php @@ -42,7 +42,7 @@ $config['compression']=1; $config['processlist_refresh']=3000; $config['empty_db_before_restore']=0; -$config['optimize_tables_beforedump']=1; +$config['optimize_tables_beforedump']=0; $config['stop_with_error']=1; // For sending a mail after backup set send_mail to 1, otherless set to 0