From owner-freebsd-questions@FreeBSD.ORG Wed Jan 10 11:35:22 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46C4616A4C8 for ; Wed, 10 Jan 2007 11:35:22 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0B70E13C46A for ; Wed, 10 Jan 2007 11:35:21 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so20457wra for ; Wed, 10 Jan 2007 03:35:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ks1GbxZTcN8SCghPmV21H2fLBFpdG9hiyWHKXEGEjRRLAkcY90pFkQ+wdh6F0lXHREN1PQ0gN7CM7DTVMDzpwtR3KHsMh07inx6jLwvrPh7z/RhncDQb9isV2mNQ8jSNRT+DSogb7BqSSorFvm8FLCAhB41LM5OeYoHgL2yEHNg= Received: by 10.78.138.6 with SMTP id l6mr50780hud.1168428920667; Wed, 10 Jan 2007 03:35:20 -0800 (PST) Received: by 10.78.164.20 with HTTP; Wed, 10 Jan 2007 03:35:20 -0800 (PST) Message-ID: Date: Wed, 10 Jan 2007 14:35:20 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Stan Halprin" In-Reply-To: <20070110112843.79870.qmail@web58911.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070110112843.79870.qmail@web58911.mail.re1.yahoo.com> X-Google-Sender-Auth: 037428aa8ab269e1 Cc: questions@freebsd.org Subject: Re: MySQL Port Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 11:35:22 -0000 On 1/10/07, Stan Halprin 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