From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 06:20:49 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 52FBE16A41F for ; Fri, 19 Aug 2005 06:20:49 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from www.nativenerds.com (host-70-0-111-24.midco.net [24.111.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC81243D66 for ; Fri, 19 Aug 2005 06:20:46 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from [192.168.1.89] (helo=[192.168.1.89]) by www.nativenerds.com with esmtpa (Exim 4.50) id 1E60FK-0004mp-B1; Fri, 19 Aug 2005 00:20:54 -0600 Message-ID: <43057CEE.2010703@nativenerds.com> Date: Fri, 19 Aug 2005 00:32:14 -0600 From: Ed Stover Organization: Native Nerds User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050503) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Andrew L. Gould" References: <000001c5a436$dd6ee9f0$6700a8c0@Zippy> <20050818160107.72468e47@grokwell.org> In-Reply-To: <20050818160107.72468e47@grokwell.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Mick Wilcoxen Subject: Re: start up command for mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: estover@nativenerds.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 06:20:49 -0000 Andrew L. Gould wrote: > On Thu, 18 Aug 2005 13:53:13 -0700 > "Mick Wilcoxen" wrote: > > >>Ok, really new at this FreeBSD & Mysql stuff. >> >>Which file do i put the startup command and the location of this ? >> >>The startup command is as follows >> >>/usr/local/mysql/bin/safe_mysqld &. >> >>*********************************************************** >>Mick Wilcoxen >>(530)933-2882 > > > If you installed MySQL from the ports, you'll find a start-up file in > in /usr/local/etc/rc.d/. Just make sure the file name ends in ".sh" > and MySQL will be started at bootup. > > Andrew Gould > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Dont forget to place it in the /etc/rc.conf as well...... darn rcsubr ;)