diff options
author | jperkin@production.mysql.com <> | 2007-11-05 17:48:11 +0100 |
---|---|---|
committer | jperkin@production.mysql.com <> | 2007-11-05 17:48:11 +0100 |
commit | 51be103e131206a3beffa5f8445c880b89229613 (patch) | |
tree | 538484b95b507f71789cad369aa0478529134ce8 /support-files/mysql.server.sh | |
parent | f9518db25f68233bcde8724e25284ce27643a5c5 (diff) | |
download | mariadb-git-51be103e131206a3beffa5f8445c880b89229613.tar.gz |
Provide better feedback to the user when unable to find MySQL files
usually caused by a bad basedir setting.
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 ;; |