From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 21:00:51 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 471C216A41F for ; Thu, 18 Aug 2005 21:00:51 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CE943D5A for ; Thu, 18 Aug 2005 21:00:50 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1E5rVK-0007u0-GM; Thu, 18 Aug 2005 17:00:50 -0400 Date: Thu, 18 Aug 2005 16:01:07 -0500 From: "Andrew L. Gould" To: "Mick Wilcoxen" Message-ID: <20050818160107.72468e47@grokwell.org> In-Reply-To: <000001c5a436$dd6ee9f0$6700a8c0@Zippy> References: <000001c5a436$dd6ee9f0$6700a8c0@Zippy> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc6ffe84671c3bf7d4fb695d9c61794665350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: start up command for 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 21:00:51 -0000 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