From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 26 20:39:51 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8FAC16A41F for ; Mon, 26 Sep 2005 20:39:51 +0000 (GMT) (envelope-from sico@loquefaltaba.com) Received: from mail.loquefaltaba.com (78.Red-213-96-97.staticIP.rima-tde.net [213.96.97.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD0C343D58 for ; Mon, 26 Sep 2005 20:39:50 +0000 (GMT) (envelope-from sico@loquefaltaba.com) Received: from localhost (localhost.loquefaltaba.com [127.0.0.1]) by mail.loquefaltaba.com (Postfix) with ESMTP id 9F7BDC389; Mon, 26 Sep 2005 22:39:48 +0200 (CEST) Received: from mail.loquefaltaba.com ([127.0.0.1]) by localhost (sico.loquefaltaba.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51869-06; Mon, 26 Sep 2005 22:39:37 +0200 (CEST) Received: from [192.168.0.100] (unknown [192.168.0.100]) by mail.loquefaltaba.com (Postfix) with ESMTP id 18165C1EE; Mon, 26 Sep 2005 22:39:37 +0200 (CEST) Message-ID: <43385C88.30505@loquefaltaba.com> Date: Mon, 26 Sep 2005 22:39:36 +0200 From: David Barbero User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eoghan References: <6.2.3.4.2.20050926123752.0352ad60@cobalt.antimatter.net> In-Reply-To: X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at loquefaltaba.com Cc: freebsd-hackers@freebsd.org, Glenn Dawson Subject: Re: mysql port install X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 20:39:51 -0000 eoghan wrote: > On 26 Sep 2005, at 20:40, Glenn Dawson wrote: > >> Make sure you have mysqld_enable"YES" in your /etc/rc.conf and then use >> /usr/local/etc/rc.d/mysql-server.sh start >> to start the server. (you may nee to copy mysql-server.sh from >> mysql-server.sh.sample first) > > > Hi Glenn > Thanks! However, I get: > #>/usr/local/etc/rc.d/mysql-server.sh start > This: not found > #> > I have checked the dir and mysql-server.sh is there. > Any ideas? > Thanks > Eoghan > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" that port you have installed exactly? Sight to see that exit gives pkg_info |grep mysql if you don't see mysql-server-4.x.x, you don't install the correct port. Regards.