From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 10:23:43 2005 Return-Path: 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 CA33016A4CE for ; Wed, 12 Jan 2005 10:23:43 +0000 (GMT) Received: from t-x.dignus.nl (t-x.dignus.nl [83.219.88.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8117843D2D for ; Wed, 12 Jan 2005 10:23:43 +0000 (GMT) (envelope-from colin@kenmore.kozy-kabin.nl) Received: from localhost (localhost.dignus.nl [127.0.0.1]) by t-x.dignus.nl (Safehouse) with ESMTP id 3E1722841E; Wed, 12 Jan 2005 11:23:59 +0100 (CET) Received: from kenmore.kozy-kabin.nl (cjr-home [62.251.72.148]) by t-x.dignus.nl (Safehouse) with ESMTP id 1C2EA28424; Wed, 12 Jan 2005 11:23:54 +0100 (CET) Received: from kenmore.kozy-kabin.nl (localhost.kozy-kabin.nl [127.0.0.1]) by kenmore.kozy-kabin.nl (Postfix) with ESMTP id 7B4FA60F5; Wed, 12 Jan 2005 11:23:35 +0100 (CET) Received: from localhost (colin@localhost)j0CANZvF001289; Wed, 12 Jan 2005 11:23:35 +0100 (CET) (envelope-from colin@kenmore.kozy-kabin.nl) Date: Wed, 12 Jan 2005 11:23:35 +0100 From: "Colin J. Raven" To: "Walker, Michael" In-Reply-To: Message-ID: <20050112112234.U802@kenmore.kozy-kabin.nl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by RemSPAMd at ph230.plushosting.nl cc: "Freebsd-Questions \(E-mail\)" Subject: RE: Trouble starting MySQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 10:23:43 -0000 On Jan 12 at 10:20, Walker, Michael then said: > Colin J. Raven wrote: >> On Jan 12 at 09:35, Walker, Michael suggested: >> >>> >>> I installed MySQL from ports (mysql-4.1.7) >>> then tried to start it. Nothing doing - wo way. >>> >>> Starting it from /usr/loca/etc/rc.d/mysql-server.sh nothing happens. >>> No error message is emitted, but no running instance of mysql either. >>> >>> >>> >>> Read /usr/loca/etc/rc.d/mysql-server.sh you now have to start mysqld >>> from your rc.conf file. >>> >> OK, I added the necessary stuff to /etc/rc.conf and attempted to start >> mysql via the mysql-server.sh script. Nothing doing. >> >> I rebooted the box, checked to see if mysql was running. It wasn't. >> >> I attempted once more to start it from the script - Nothing. >> >> OK, I'm back to where I started. >> >> Ideas? >> > > Did you added mysql_enable="YES" to /etc/rc.conf? > Yes, it's in there, as per your instructions :-)