MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: Thato Mantai
Date: April 08, 2008 04:51AM

I don't know if this has been answered,but this worked for me...
extension_dir = "./" must change to extension_dir = "c:/php/ext" depending on where your DLL's are.

of course you must also remove the semi-colon from this line in your php.ini
;extension=php_mysql.dll

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
April 08, 2008 04:51AM


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.