diff options
Diffstat (limited to 'handlers/mysql')
-rw-r--r-- | handlers/mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/mysql b/handlers/mysql index 3b82ddf..68f4f3c 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -136,7 +136,7 @@ EOF fi fi -# if a user is not set, use $confgfile, otherwise use $mycnf +# if a user is not set, use $configfile, otherwise use $mycnf if [ "$user" == "" ]; then user=root; defaultsfile="--defaults-file=$configfile" |