From 770610310272f771215928aad63da56b2044498d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 May 2011 18:06:25 +0200 Subject: MySQL 5.5.12 --- mysql.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql.init') diff --git a/mysql.init b/mysql.init index 237e5f9..e9daedc 100644 --- a/mysql.init +++ b/mysql.init @@ -92,7 +92,7 @@ start(){ chmod 0755 "$datadir" # If startsos if [ "$1" = "sos" ] ; then - exec="$exec --skip-grant-tables --skip-networking" + MYOPTIONS="$MYOPTIONS --skip-grant-tables --skip-networking" fi # Pass all the options determined above, to ensure consistent behavior. # In many cases mysqld_safe would arrive at the same conclusions anyway -- cgit