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
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to