From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 15:18:47 2003 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 2D8F437B401 for ; Mon, 31 Mar 2003 15:18:47 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-122.pit.adelphia.net [24.53.161.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C82F43FD7 for ; Mon, 31 Mar 2003 15:18:42 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) h2VNIVJP008342; Mon, 31 Mar 2003 18:18:32 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E88C366.3000106@potentialtech.com> Date: Mon, 31 Mar 2003 17:38:30 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030301 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Konrad Scorciapino References: <200303311951.41772.fallenbr@uol.com.br> In-Reply-To: <200303311951.41772.fallenbr@uol.com.br> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: PHPmySQL 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, 31 Mar 2003 23:18:48 -0000 Konrad Scorciapino wrote: > Hi, > > I've installed phpmyadmin, configured and moved it to ~/www/myadmin... But > when I try to acess it, I get the following errors: > > An error occured while loading http://localhost/myadmin: > Could not connect to host localhost.my.domain Are you getting an HTTP 404 error, or are you getting an error from phpmyadmin? > Oh, I am using the APACHE server. What could be wrong? Thank you! Is Apache running? sockstat | grep 80 Is MySQL running? mysqladmin status If both of these are running, do you have phpmyadmin configured to use the proper username/password to connect to MySQL? -- Bill Moran Potential Technologies http://www.potentialtech.com