From: Dan Nelson Date: October 19 2006 4:44am Subject: Re: mysqlclient in Apache List-Archive: http://lists.mysql.com/mysql/202784 Message-Id: <20061019044432.GA96296@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Oct 18), Danny Swarzman said: > I'm developing an Apache module that uses mySQL. It needs to be able > to talk to a remote host. > > I'm doing this in a Mac. > > I have a simple program in C that calls mysql_real_connect(). It > works with a remote host and with the localhost. > > When I put the same code into my Apache module, the call to > mysql_real_connect() fails. > > Anyone have any idea why this is happening? In the last episode (Oct 18), Danny Swarzman said: > I posted a question about running mysql in an Apache module. Maybe I > need a list with a different focus. Please suggest. This list is fine; you just need to include more detail, I think. Like the error code you get from mysql_real_connect(), for starters. -- Dan Nelson dnelson@stripped