MySQL Forums
Forum List  »  PHP

Re: Using PHP 5.1.2 with MySQL 5.0.19
Posted by: Peter Brawley
Date: March 30, 2006 08:09PM

Download Connector/PHP from the MySQL website. In a console win issue

apache -k stop

Copy libmysql.dll to apache/apache2/bin, php_mysql.dll to php/ext. In php.ini...

extension_dir = "c:\php\ext"
extension=php_mysql.dll
extension=php_mysqli.dll

Now ...

apache -k start

Options: ReplyQuote


Subject
Written By
Posted
Re: Using PHP 5.1.2 with MySQL 5.0.19
March 30, 2006 08:09PM


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.