Doing a new install on Fedora. Getting "PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL." error. I have added extension=mysql.so and extension=php_mysql.dll in the Dynamic Extensions section of the php.ini file in /etc.
Any idea's?
Thank you,
Eric
PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL.
by Eric Kemsley -
Number of replies: 1
In reply to Eric Kemsley
Re: PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL.
by Martin Dougiamas -
Install the rpm for php4-mysql (or php5-mysql or something similar) then restart Apache.