MySQL Forums
Forum List  »  PHP

Re: PHP extension=php_mysql.dll not loading
Posted by: Peter Brawley
Date: March 31, 2006 09:30AM

In php.ini

extension_dir = "c:\php\ext" ; or wherever it is
extension=php_mysql.dll
extension=php_mysqli.dll

Download Connector/PHP from the MySQL website. Copy the libs to php/ext. Restart IIS.

Options: ReplyQuote


Subject
Written By
Posted
Re: PHP extension=php_mysql.dll not loading
March 31, 2006 09:30AM


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.