I can not get php to connect to mysql for some reason. Could someone please help me. I an running redhat 8.0 apache 2.0.40, php4 and mysql.
The error I get is:
Warning: dbx: module 'mysql' not loaded.
thank you
Help - problem connecting to mysql using php4, apache 2.0
Moderator: General Moderators
Have you loaded the mysql module in your php.ini?
should look something like this:
(Im not running RH) but I assume they have parted the php-package into several small. So be sure to check if you have installed the php-mysql package.
should look something like this:
Code: Select all
extension=mysql.soCode: Select all
<?php phpinfo(); ?>