PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL.

PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL.

by Eric Kemsley -
Number of replies: 1
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
Average of ratings: -
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 -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Install the rpm for php4-mysql (or php5-mysql or something similar) then restart Apache.