Has anyone had this issue: When I attempt to rum a PHP script using MySQL I receive this message: Fatal error: Call to undefined function: mysql_connect()
I have tried uncommenting extension=mysql.so in php.ini and I would set a path to mysql.so IF I could locate the file. My PHP Command Conf reads:'--with-mysql=shared,/usr'
Any ideas would be appreciated.
LesA
If you installed Apache / PHP with rpm's, you need to install the php-mysql rpm's. If you installed it from source, you need to recompile php using --with-mysql
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list