MySQL Forums
Forum List  »  PHP

Re: Mysqli Vs mysql
Posted by: bannme
Date: November 20, 2005 09:28AM

Did you copy libmysqli.dll to your php installed directory?

To install the mysqli extension for PHP, use the --with-mysqli=mysql_config_path/mysql_config configuration option where mysql_config_path represents the location of the mysql_config program that comes with MySQL versions greater than 4.1.

If you would like to install the mysql extension along with the mysqli extension you have to use the same client library to avoid any conflicts.

More Information
http://php.net/mysqli

Reference for mysqli from zend
http://www.zend.com/php5/articles/php5-mysqli.php?article=php5-mysqli&kind=php5&id=6315&open=1&anc=0&view=1

Options: ReplyQuote


Subject
Written By
Posted
November 16, 2005 06:02PM
November 16, 2005 07:41PM
Re: Mysqli Vs mysql
November 20, 2005 09:28AM
d c
December 01, 2005 07:43PM
September 09, 2008 12:08PM


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.