From owner-freebsd-questions@FreeBSD.ORG Sat Apr 16 12:55:52 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 EC89E16A4CE for ; Sat, 16 Apr 2005 12:55:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC2A43D2F for ; Sat, 16 Apr 2005 12:55:52 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so790362rng for ; Sat, 16 Apr 2005 05:55:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=FELr/FQFUEJvYSUpD/8EkitdaN3HW6fOT5bGqWilQQJlwBSWeNp/TPH7hQha7IwyVR/WKnaCAl0LuUXBpa+G20H+52G5xEn2VFE+V6xrT9r+CDRM4sYHuBMlSxLFQkEUxd2sMs1ZGKRJDOgdPoK869n8EDYKBTtV3dW1pI0ENys= Received: by 10.38.153.43 with SMTP id a43mr3914831rne; Sat, 16 Apr 2005 05:55:52 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.192.73]) by mx.gmail.com with ESMTP id a67sm949176rne.2005.04.16.05.55.50; Sat, 16 Apr 2005 05:55:52 -0700 (PDT) Message-ID: <42610B4C.7040802@gmail.com> Date: Sat, 16 Apr 2005 18:25:40 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Collyer References: <42610A85.3010907@firebadger.net> In-Reply-To: <42610A85.3010907@firebadger.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: MySql Server Not Starting 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: Sat, 16 Apr 2005 12:55:53 -0000 Richard Collyer wrote: > Hello, > > Done a google on this and come up with nothing. I had this problem a > week ago and found the solution but I cant find it again and its > bugging me. > > in rc.conf I have mysqld_enable="YES" also I have mysql-server.sh in > /usr/local/etc/rc.d/mysql-server.sh Its mysql_enable="YES" and not mysqld_enable="YES" try mysqld_safe & and see if it starts. If not, then report back the error it throws out. Regards S.