Re: [PHP-INST] Problem with MySQL From: Brian Clark (brianj <email protected>)
Date: 07/01/00

Pedro Kuri:

>I have a server ith PHP3 and MySQL working just fine, the only error is that
>the Mysql_connect() doesn't work or is not installed, how do I install it????

You need to configure and build PHP with MySQL support.

./configure --with-mysql=/path/to/mysql/dir etc..

./configure --with-mysql may work would the path.

Brian

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-install-unsubscribe <email protected>
For additional commands, e-mail: php-install-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>