From owner-freebsd-questions@FreeBSD.ORG Mon Apr 19 09:25:51 2004 Return-Path: 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 A829416A4CF for ; Mon, 19 Apr 2004 09:25:51 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A060843D3F for ; Mon, 19 Apr 2004 09:25:50 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i3JGVLdu079597; Mon, 19 Apr 2004 17:31:32 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <4083FED9.1070605@circlesquared.com> Date: Mon, 19 Apr 2004 17:31:21 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ilich References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: MySQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 16:25:51 -0000 ilich wrote: > > > Hello All! > I have small problem. > I installed apache2\php4\mysql. Apache and php work fine, but mysql > doesn't work. When I enter "mysql" to my console it send massage > "Can't connect to local MySQL server through socket > 'tmp/mysql.socket'". As far as I Know mysqld doesn't load to memory, > but I'm not sure.Please, give me any advices and explain me what does > mean this massage. You probably need to start mysql: #/usr/local/etc/rc.d/mysql-server.sh start PWR