Provide better feedback to the user when unable to find MySQL files

usually caused by a bad basedir setting.
This commit is contained in:
jperkin@production.mysql.com 2007-11-05 17:48:11 +01:00
parent f9518db25f
commit 51be103e13

View file

@ -311,7 +311,7 @@ case "$mode" in
fi
exit $return_value
else
log_failure_msg "Couldn't find MySQL manager or server"
log_failure_msg "Couldn't find MySQL manager ($manager) or server ($bindir/mysqld_safe)"
fi
;;