From owner-freebsd-questions@FreeBSD.ORG Wed Dec 14 07:20:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1E64716A41F for ; Wed, 14 Dec 2005 07:20:46 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp102.sbc.mail.mud.yahoo.com (smtp102.sbc.mail.mud.yahoo.com [68.142.198.201]) by mx1.FreeBSD.org (Postfix) with SMTP id A008343D5C for ; Wed, 14 Dec 2005 07:20:45 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 5386 invoked from network); 14 Dec 2005 07:20:45 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.127.38.82 with plain) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 14 Dec 2005 07:20:44 -0000 Message-ID: <439FC7D1.9070907@sbcglobal.net> Date: Tue, 13 Dec 2005 23:20:49 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't connect to local MySQL server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 07:20:46 -0000 I am attempting to create a mysql database so that I can install Group Office using mysqladmin create groupoffice and I keep getting the following errors: mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)' Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! I looked in /tmp and mysql.sock is not there. Can someone please tell me what is wrong and what I need to do to correct this? Thank you in advance, Jose