summaryrefslogtreecommitdiffstats
path: root/mysql.init
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-05-09 18:06:25 +0200
committerRemi Collet <fedora@famillecollet.com>2011-05-09 18:06:25 +0200
commit770610310272f771215928aad63da56b2044498d (patch)
tree667f99f8972a971034ff616df31a699569fcfd4e /mysql.init
parenta364e24058f3ffd736cccd05b2ab4adf7aeb5d45 (diff)
MySQL 5.5.12
Diffstat (limited to 'mysql.init')
-rw-r--r--mysql.init2
1 files changed, 1 insertions, 1 deletions
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