On Wednesday 18 October 2006 20:44, Dan Nelson wrote:
> 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_re
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
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