diff options
author | unknown <jperkin@production.mysql.com> | 2007-11-05 17:48:11 +0100 |
---|---|---|
committer | unknown <jperkin@production.mysql.com> | 2007-11-05 17:48:11 +0100 |
commit | 7bb73945459e71bdd8fa1297dc3fd313306235cc (patch) | |
tree | 538484b95b507f71789cad369aa0478529134ce8 /support-files/mysql.server.sh | |
parent | ffb12753d84ac2f114c5c5f18d11ff9f4ac4d6db (diff) | |
download | mariadb-git-7bb73945459e71bdd8fa1297dc3fd313306235cc.tar.gz |
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.
Diffstat (limited to 'support-files/mysql.server.sh')
-rw-r--r-- | support-files/mysql.server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index c68d30daafb..0a87b04c992 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -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 ;; |