From fb7155ee62378452427991fed3d7911100bb2552 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 02 Jul 2007 16:56:27 -0400 Subject: [PATCH] --- install/update.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/update.php b/install/update.php index 283bf0d..44c3069 100644 --- a/install/update.php +++ b/install/update.php @@ -71,7 +71,7 @@ // Database update is a bit brute force and should be rebuild later ;) // export the current database data -system("mysqldump -h $conf[mysql_server_host] -u $conf[mysql_server_ispconfig_user] -p$conf[mysql_server_ispconfig_password] -c -t --add-drop-table --add-locks --all --quick --lock-tables $conf[mysql_server_database] > existing_db.sql"); +system("mysqldump -h $conf[mysql_server_host] -u $conf[mysql_server_ispconfig_user] -p$conf[mysql_server_ispconfig_password] -c -t --add-drop-table --all --quick $conf[mysql_server_database] > existing_db.sql"); // Delete the old database exec("/etc/init.d/mysql stop"); -- Gitblit v1.9.1