MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: rob dahl
Date: August 20, 2007 04:15AM

I've been working all night to get my server mysql to work and I finally did but the connector for php wasn't set up...

phpinfo() doesn't mention mysql anywheres but I've uncommented these in the php configuration file:
extension=php_mbstring.dll
extension=php_mysql.dll

my extension location is set up like this

extension_dir = "c:/php/ext"

and my extension works because I am using one of the other defined extensions and my php_mysql.dll is in the extension folder and it is correctly named. I've put libmysql.dll in c:/php/ and c:/php/ext I read all of the solutions restarted apache and my computer plenty of times. I've put it in my windows/system32 folder... What am I missing? I may of passed up one of your solutions so please try to help me out... PS. I am using windows XP



Edited 1 time(s). Last edit at 08/20/2007 04:26AM by rob dahl.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
August 20, 2007 04:15AM


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.