> > 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 ? --------------------------------------------------------------------- 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