|
Good day,
My current setup:
CentOS 5.2
PHP 5.2.9
Apache/2.2.11
Im trying to connect to a remote MySQL database but getting:
Call to undefined function: mysql_connect(). Please install the MySQL Connector for PHP
I purposely configured PHP without MySQL, as I will not be hosting any local databases.
The more and more I read, it seems I will be forced to install MySQL in order to configure PHP --with-mysql? or to simply connect to a remote db?
Any suggestions would be great!
|