Skip to content

Commit

Permalink
MDEV-7987 Fatal error: Please read "Security" section of the manual t…
Browse files Browse the repository at this point in the history
…o 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
  • Loading branch information
vuvova committed Apr 29, 2015
1 parent 6f17e23 commit f632b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/mysqld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,8 @@ static struct passwd *check_user(const char *user)
{
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);
}
return NULL;
Expand Down

0 comments on commit f632b51

Please sign in to comment.