Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2007 14:35:20 +0300
From:      "Andrew Pantyukhin" <infofarmer@FreeBSD.org>
To:        "Stan Halprin" <stanhalprin@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: MySQL Port Question
Message-ID:  <cb5206420701100335u20a5fc0ahd8c5d00929e5699@mail.gmail.com>
In-Reply-To: <20070110112843.79870.qmail@web58911.mail.re1.yahoo.com>
References:  <20070110112843.79870.qmail@web58911.mail.re1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/10/07, Stan Halprin <stanhalprin@yahoo.com> wrote:
> Hello;
> I'm trying to build MySQL 5.0 (server) on FBSD 6.1 from port. I ran "make install clean" but now I'm lost. mysqld is not up. What is my username? Never asked me for one in the install. Tried this:
>
> # /usr/local/libexec/mysqld -umysql
> 070109 16:39:30  InnoDB: Operating system error number 13 in a file operation.
> InnoDB: The error means mysqld does not have the access rights to
> InnoDB: the directory.
> InnoDB: File name ./ibdata1
> InnoDB: File operation call: 'create'.
> InnoDB: Cannot continue operation.
>
> Looks like there's probably more that needs to be done to get an
> out-of-the-box MySQL port installation working. Please advise.
> Stan

# echo 'mysql_enable="YES"' >> /etc/rc.conf
# /usr/local/etc/rc.d/mysql-server start



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420701100335u20a5fc0ahd8c5d00929e5699>