From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 14:08:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52D01065676 for ; Fri, 11 Jul 2008 14:08:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id CBA758FC08 for ; Fri, 11 Jul 2008 14:08:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 5E3361CD94; Fri, 11 Jul 2008 06:08:42 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 11 Jul 2008 16:08:40 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200807111608.40859.fbsd.questions@rachie.is-a-geek.net> Cc: =?windows-1251?b?0uDw4PE=?= Subject: Re: Can't connect to local MySQL server through socket '/tmp/mysql.sock 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: Fri, 11 Jul 2008 14:08:44 -0000 On Friday 11 July 2008 15:46:25 =D2=E0=F0=E0=F1 wrote: > Hi! I need two MySQL servers run simultaneously. Why? > But when I try to run=20 > server I have > > ERROR 2002 (HY000): Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (2) Use jails if you have really need to, or start each of them with different= =20 configuration file, so that you can change: =2D socket =2D listen address/networking =2D data directory =2D log directory =2D possibly something I"m forgetting =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.