mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
MDEV-7987 Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
update the error message to refer to the knowledge base that (now) has an article about this use case
This commit is contained in:
@@ -2031,7 +2031,8 @@ static struct passwd *check_user(const char *user)
|
|||||||
{
|
{
|
||||||
if (!opt_bootstrap && !opt_help)
|
if (!opt_bootstrap && !opt_help)
|
||||||
{
|
{
|
||||||
sql_print_error("Fatal error: Please read \"Security\" section of the manual to find out how to run mysqld as root!\n");
|
sql_print_error("Fatal error: Please consult the Knowledge Base "
|
||||||
|
"to find out how to run mysqld as root!\n");
|
||||||
unireg_abort(1);
|
unireg_abort(1);
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user