MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: Nancy Freeman
Date: July 02, 2009 07:42PM

Peter Brawley Wrote:
-------------------------------------------------------
> Nancy,
>
> You report your PHP version as "2.9.2", I think
> there is no such version. Is that your phpMyAdmin
> version perhaps?

Actually, that's a typo - should've been 5.9.2.


> so try this test:
>
> Open a new DOS window and execute these cmds:
>
> cd \php
> md test
> REM note that this path cmd applies only to the
> current window:
> set path=
> copy libmysql.dll test
> copy php.exe test
> copy php.ini test
> copy php5apache2_2.dll test
> copy php5ts.dll test
> copy connect.php test
> cd test
> php connect.php
>
> If you still get the error, your copy of
> libmysql.dll is farkakt.

Yeah, it's screwed. The copy in the zipfile is screwed too. Time to go re-download the package, possibly from another mirror.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
July 02, 2009 07:42PM


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.