From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 10:17:59 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 8578116A4CE for ; Wed, 12 Jan 2005 10:17:59 +0000 (GMT) Received: from t-x.dignus.nl (t-x.dignus.nl [83.219.88.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABD343D1F for ; Wed, 12 Jan 2005 10:17:59 +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 4F87728421; Wed, 12 Jan 2005 11:18:14 +0100 (CET) Received: from kenmore.kozy-kabin.nl (cjr-home [62.251.72.148]) by t-x.dignus.nl (Safehouse) with ESMTP id 99F3C2841E; Wed, 12 Jan 2005 11:18:09 +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 07F7560F5; Wed, 12 Jan 2005 11:17:51 +0100 (CET) Received: from localhost (colin@localhost)j0CAHo7Z000919; Wed, 12 Jan 2005 11:17:50 +0100 (CET) (envelope-from colin@kenmore.kozy-kabin.nl) Date: Wed, 12 Jan 2005 11:17:50 +0100 From: "Colin J. Raven" To: "Walker, Michael" In-Reply-To: Message-ID: <20050112111442.L802@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:17:59 -0000 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?