Bug 178043 - [PATCH] fix files/mysql-server.in in port: databases/mysql56-server
Summary: [PATCH] fix files/mysql-server.in in port: databases/mysql56-server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-22 08:10 UTC by Andrei Lavreniyuk
Modified: 2013-04-23 11:20 UTC (History)
0 users

See Also:


Attachments
file.diff (466 bytes, patch)
2013-04-22 08:10 UTC, Andrei Lavreniyuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Lavreniyuk 2013-04-22 08:10:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-22 08:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2013-04-22 08:27:03 UTC
State Changed
From-To: open->feedback

Why should it connect as mysql user?!
Comment 3 Andrei Lavreniyuk 2013-04-22 09:03:31 UTC
Without mysql_install_db_args="--user=${mysql_user} create database FAIL when
you first start mysql-server script.


2013/4/22 <ale@freebsd.org>

> Synopsis: [PATCH] fix files/mysql-server.in in port:
> databases/mysql56-server
>
> State-Changed-From-To: open->feedback
> State-Changed-By: ale
> State-Changed-When: Mon Apr 22 07:27:03 UTC 2013
> State-Changed-Why:
> Why should it connect as mysql user?!
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=178043
>
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2013-04-23 11:19:59 UTC
State Changed
From-To: feedback->closed

Bogus, root can run the script.