From owner-freebsd-questions@FreeBSD.ORG Sun Oct 31 15:51:42 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 7714116A4CE for ; Sun, 31 Oct 2004 15:51:42 +0000 (GMT) Received: from mynah.mail.pas.earthlink.net (mynah.mail.pas.earthlink.net [207.217.120.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9D743D1F for ; Sun, 31 Oct 2004 15:51:42 +0000 (GMT) (envelope-from steveb99@earthlink.net) Received: from [64.3.114.72] (helo=venice) by mynah.mail.pas.earthlink.net with asmtp (Exim 4.34) id 1COHza-00074p-5n for freebsd-questions@freebsd.org; Sun, 31 Oct 2004 07:51:42 -0800 From: "steveb99" To: Date: Sun, 31 Oct 2004 07:51:41 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 thread-index: AcS/OXWVFU3S1jG4QNqEWT8HCWqERgAJU7ig In-Reply-To: <4184D39B.5030700@broadpark.no> X-ELNK-Trace: 61319303532569511aa676d7e74259b7b3291a7d08dfec79dd44363e60915557c40ca601aad17ef8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 64.3.114.72 Message-Id: <20041031155142.4E9D743D1F@mx1.FreeBSD.org> Subject: MySQL not responding 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: Sun, 31 Oct 2004 15:51:42 -0000 I have a FreeBSD 5.2.1 server with Apache 2, mod_php4, and MySQL4. Individually all the pieces work. Apache up and serving pages, PHP pages work, and MySQL is working and I restored my databases from a Linux project. I also moved all my working code from an old Linux project. I also checked the accounts on MySQL and passwords so they would work with the old code. Problem: Any page that calls MySQL stops at the MySQL call and sits there forever. I threw in some debug code to confirm it is executing right up to the call to MySQL. What have I missed in setting this environment up. Is there something I need to do to Apache to call MySQL. Do I need to install MySQL client, I only install the server. Can someone point me to some doc or advice on what to check next. Thanks, Steve B.