Hi Jakob !!

> > > If I install MySQL on the same server as Apache & Php and only use 
> > > MySQL in Php, do I then have to install the MySQL client?
> > 
> > Technically, you don't need it. But when I am debugging PHP, 
> > I often turn to 
> > mysql client just for a sanity check on a query. If your 
> > database stuff 
> > fails, how will you check it?
> 
> So to be 100% safe I should configure Php like this: ./configure
> --with-mysql=/path/to/mysql-client ?

As far as I know PHP has it's own mysqlclient so You don't need
mysql binary (client) , not libmysqlclient.so either...

just config PHP with  "--with-mysql"
to be 100% check with php config instructions.
./configure --help | grep mysql

I agree with Jim however that mysqlclient is very handy
when testing and optimizing queries.

Is there a special reason for You to NOT install mysqlclient ??
(just curious :-)

=d0Mi=

> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
>

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to