This is a discussion on Compiling MySql into php without having mysql installed within the PHP General forums, part of the PHP Programming Forums category; Hi everyone, I'm having trouble compiling mysql support in php without having mysql installed on my server. ../configure --with-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi everyone,
I'm having trouble compiling mysql support in php without having mysql installed on my server. ../configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql --with-mysql asked me for the location of mysql. However, my MySql database resides on another web server. Any suggestions on how to configure PHP with MySql support without having MySql installed on the current computer? Thanks Maz |
|
|||
|
Maziar Aflatoun wrote:
> Hi everyone, > > I'm having trouble compiling mysql support in php without having mysql > installed on my server. > > ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql > > --with-mysql asked me for the location of mysql. However, my MySql database > resides on another web server. Any suggestions on how to configure PHP with > MySql support without having MySql installed on the current computer? > > Thanks > Maz Not sure, but I guess you'll need a mysql client on your webserver, and it's asking for that |