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?

Anyone have a suggestion of an email list that is more appropriate for this question?

-Danny Swarzman

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

Reply via email to