From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 26 19:42:33 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 23F7916A41F for ; Mon, 26 Sep 2005 19:42:33 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF8043D75 for ; Mon, 26 Sep 2005 19:42:27 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j8QJgQM4001818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Sep 2005 12:42:27 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050926123752.0352ad60@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 26 Sep 2005 12:40:58 -0700 To: eoghan , freebsd-hackers@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailman-Approved-At: Tue, 27 Sep 2005 11:35:46 +0000 Cc: 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 19:42:33 -0000 At 10:05 AM 9/26/2005, eoghan wrote: >Hello >Im having a problem getting mysql (version 4.1.14) to work. Im >installing from ports, which was updated today. Each time i try #>mysql >is get: ERROR 2002 (HY000): Can't connect to local MySQL server >through socket '/tmp/mysql.sock' (2) >mysql.sock isnt in /tmp/ which is a problem. The manual and searches >say that this means the server usually isnt running, so type mysqld >to start it. But i just get command not found. The only reference to >mysqld is in /usr/local/man/man1/mysql.1.gz >I was wondering if someone had any luck getting this port installed? >Im using freeBSD 5.3 by the way. 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) -Glenn >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"