Commit f632b51d authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-7987 Fatal error: Please read "Security" section of the manual to find...

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
parent 6f17e233
...@@ -2031,7 +2031,8 @@ static struct passwd *check_user(const char *user) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment