Bug #17078 | mysql_install_db with --user does not report failure when it should | ||
---|---|---|---|
Submitted: | 2 Feb 2006 18:43 | Modified: | 8 Jan 2008 23:22 |
Reporter: | Paul Hoffman | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1 | OS: | FreeBSD (FreeBSD) |
Assigned to: | Jonathan Perkin | CPU Architecture: | Any |
[2 Feb 2006 18:43]
Paul Hoffman
[8 Jan 2008 22:58]
Omer Barnir
workaround: either chown the 'data' directory to the mysql user, or remove it and run the mysql_install_db with --user=<mysql_user> again
[8 Jan 2008 23:22]
Paul Hoffman
The comment below is true but irrelevant. The bug report was to get the software itself to give better warnings. >>workaround: either chown the 'data' directory to the mysql user, or remove it >>and run the mysql_install_db with --user=<mysql_user> again