From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 10:51:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD54716A41F for ; Thu, 18 Aug 2005 10:51:15 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F0A43D46 for ; Thu, 18 Aug 2005 10:51:14 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so247727nzd for ; Thu, 18 Aug 2005 03:51:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DcVrlCl350MyhoK/VDctc8uWnzSBNg6m9xco8luUmQQjEQm2DNb07d1RmM1cxQLBXdIZ2p2frEScx0qrTCnYCV2JMJcAb10Mp5o/149o1exjKj7NRBPjqFaLvkWn3cSHieg6b34X0X9IdICzhOIJMu5rHJkWxPplVQbBAu4KqbM= Received: by 10.36.247.20 with SMTP id u20mr707642nzh; Thu, 18 Aug 2005 03:51:13 -0700 (PDT) Received: by 10.36.108.6 with HTTP; Thu, 18 Aug 2005 03:51:13 -0700 (PDT) Message-ID: <7cbadc8705081803516eb18cdf@mail.gmail.com> Date: Thu, 18 Aug 2005 12:51:13 +0200 From: Nelis Lamprecht To: vladone In-Reply-To: <379037991.20050818130655@spaingsm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1538081949.20050818130037@spaingsm.com> <379037991.20050818130655@spaingsm.com> Cc: freebsd-questions@freebsd.org Subject: Re: problem when starting mysql 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: Thu, 18 Aug 2005 10:51:15 -0000 On 8/18/05, vladone wrote: > Sorry. Resolved. I dont have right owner for /var/db/mysql >=20 If you used the script that the port installed in /usr/local/etc/rc.d to start mysql you wouldn't have had any problems. The startup script would have run mysql_install_db and set the correct permissions. To use the script(which starts up mysql on boot) add mysql_enable=3D"YES" to /etc/rc.conf Cheers, Nelis