Date: Thu, 14 Aug 2014 17:50:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192657] New: [patch] databases/mysql56-server rc script fails to (one)start Message-ID: <bug-192657-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192657 Bug ID: 192657 Summary: [patch] databases/mysql56-server rc script fails to (one)start Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: harry.weppner@gmx.net Created attachment 145781 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145781&action=edit mysql-server rc script patch to pass mysql_user to mysql_install_db With mysql56, the rc script attempts to bootstrap using mysql_install_db but the created directories mysql/ and test/ are not chown'ed to the mysql user and thus cause subsequent failures. I believe the mysql_install_db (perl) script expects the user option to be passed. The attached patch fixes this issue. Thanks & cheerio, Harry. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192657-13>