From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 12:55:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5DCB16A41A for ; Sat, 24 Nov 2007 12:55:20 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id BB2FA13C461 for ; Sat, 24 Nov 2007 12:55:20 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by an-out-0708.google.com with SMTP id c14so15247anc for ; Sat, 24 Nov 2007 04:55:19 -0800 (PST) Received: by 10.101.69.10 with SMTP id w10mr336648ank.1195908919699; Sat, 24 Nov 2007 04:55:19 -0800 (PST) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id c13sm4019454anc.2007.11.24.04.55.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Nov 2007 04:55:18 -0800 (PST) Date: Sat, 24 Nov 2007 07:55:27 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom.net In-Reply-To: References: X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20071124074812.EE36.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.42 [en] Subject: Re: short Q X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 12:55:21 -0000 > On November 24, 2007 at 12:04AM jekillen wrote: > Hello: > Is this the way to start mysqld in rc.conf? > mysqld_enable="YES" ^ mysql_enable="YES" > > I ask because I have not found the specifics. > I copied the mysql.server script to the rc.d dir. > but the documentation only deals specifically > with Linux where startup scripts are concerned. > Thank you in advance; > Jeff K Chmod the rc.d script to 0755 and it should start just fine. -- Gerard