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:
@@ -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
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user