1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

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

usually caused by a bad basedir setting.


support-files/mysql.server.sh:
  Be more verbose in error message.
This commit is contained in:
unknown
2007-11-05 17:48:11 +01:00
parent ffb12753d8
commit 7bb7394545

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
;;