mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02: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:
parent
ffb12753d8
commit
7bb7394545
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue