MySQL Forums
Forum List  »  Newbie

Re: Problem about using mysql3.23 with php4.22
Posted by: Joao Prado Maia
Date: September 01, 2004 09:22AM

Hi Kun Niu,

That means that you don't have the PHP MySQL module enabled in your setup. Depending on your platform, different steps need to be taken to fix this.

As a starting point, you might want to try to enable the module manually in your php.ini configuration file. If that doesn't work, it means that the module was never compiled and built with PHP.

If you compiled your own PHP, please follow the instructions on the following URL on how to enable the MySQL module: (Installation Section)

http://www.php.net/manual/en/ref.mysql.php

Otherwise, you may want to look for updated PHP4 packages pre-built for your platform that include the MySQL module.

Cheers,
Joao Prado Maia
MySQL AB

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem about using mysql3.23 with php4.22
September 01, 2004 09:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.