From owner-freebsd-isp@FreeBSD.ORG Thu Apr 6 08:07:48 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE5E16A401 for ; Thu, 6 Apr 2006 08:07:48 +0000 (UTC) (envelope-from kwoody@citytel.net) Received: from mail.citytel.net (mail.citytel.net [209.145.111.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id D510643D45 for ; Thu, 6 Apr 2006 08:07:47 +0000 (GMT) (envelope-from kwoody@citytel.net) Received: from pop.citytel.net (pop.citytel.net [204.244.98.50]) by mail.citytel.net (Postfix) with ESMTP id 5DE0B67EED; Thu, 6 Apr 2006 01:07:47 -0700 (PDT) Date: Thu, 6 Apr 2006 01:07:47 -0700 (PDT) From: Keith Woodworth To: "Derrick T. Woolworth" In-Reply-To: <10fd06c60604060047o2c56b9bcl11f60671d2538c0e@mail.gmail.com> Message-ID: <20060406010001.E89897@pop.citytel.net> References: <20060405233920.N88219@pop.citytel.net> <10fd06c60604060047o2c56b9bcl11f60671d2538c0e@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-isp@freebsd.org Subject: Re: Mysql5/PHP5 installed from ports on FBSD 6 X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 08:07:48 -0000 On Thu, 6 Apr 2006, Derrick T. Woolworth wrote: |->Try stopping everything - MySQL and Apache and then do |-> |->ldconfig -m /usr/local/lib/mysql |-> |->/usr/local/etc/rc.d/mysql-server.sh start |->apachectl start or apachectl -DSSL start or /usr/local/etc/rc.d/apache*.sh |->start Ok, I'm way to tired now... :) I'm not sure if this did it or not, but I think I was chasing my tail with the 'no value' on the phpinfo() for mysql libs. The queries work as they should with the little test db I have and the php scripts that go with it. It might have been partially me being to tired, not setting the password on the sql side, taking the password out of the php script, putting it back in, taking it out again and now it seems to work. I get output of 'error' when the password is in the php script, and it works as it should when there is no password there... been awake almost 20 hrs now...had enough. Thanks guys for the help. Much appreciated. Keith