PHP does not have MySQL support enabled PHP does not have MySQL support enabled
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

PHP does not have MySQL support enabled

Started by murphy2, October 22, 2005, 10:54:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

murphy2

Hi
I get the message "PHP does not have MySQL support enabled". I have php 5.0.3 and on running phpinfo, SQLite shows. phpmyadmin works fine. I have contacted my  server techie people and they told me
"You need to create a php.ini file in /etc/httpd/conf/

And add these two lines:
Code:
extension_dir = /opt/php-5.0/lib/modules
extension=mysqli.so
Then type: updatewebserver "
I have done this, but I still get the error message.
Any thoughts?

kegobeer

MySQLi is not MySQL.  You must compile PHP with MySQL support.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Aikidoka

If you want to use mysqli you will need to redo all the calls in coppermine to be their mysqli equivalent.  It's a little time consuming, but not impossible.