From owner-freebsd-database@FreeBSD.ORG Fri Mar 2 17:14:30 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E10DF16A404 for ; Fri, 2 Mar 2007 17:14:30 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by mx1.freebsd.org (Postfix) with ESMTP id C857B13C461 for ; Fri, 2 Mar 2007 17:14:30 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HNB2j-0006Z2-Q5 for freebsd-database@freebsd.org; Fri, 02 Mar 2007 08:55:41 -0800 Message-ID: <9273118.post@talk.nabble.com> Date: Fri, 2 Mar 2007 08:55:41 -0800 (PST) From: drewshen To: freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: drewsheneman@gmail.com Subject: mysql.sock X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 17:14:31 -0000 I installed mysql through ports on freebsd 6.1. i started the daemon, and mysql starts. however when i try "mysql" i get ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' i looked this up on the mysql page and did find much help. first i tried shell> chmod +t /tmp to protect tmp. that didnt solve it, so i tried to point my sock file to another directory in /etc/my.cnf. i got the same error message, even with the new directory. does anyone know where my problem lies? thanks! -- View this message in context: http://www.nabble.com/mysql.sock-tf3334648.html#a9273118 Sent from the freebsd-database mailing list archive at Nabble.com.