/    Sign up×
Community /Pin to ProfileBookmark

phpMyAdmin error: cannot load mysql extension

Hi all!

I installed php and mysql with IIS. I also installed my phpMyAdmin. I’m getting an error that says “Cannot load mysql extensions”.

I have tried everything I have researched to solve this problem–

Changed all of the “” to “/”
Removed the “;” from the extension files associated with mysql.
Changed extension_dir to extension_dir = “E:/php/ext”
Restarted IIS and the computer itself.

I’m stumped.

I attached a screencap of the phpMyAdmin page error I’m getting.

TIA!

[upl-file uuid=b766ef10-35e9-4318-9426-f43489a4fe71 size=82kB]error.jpg[/upl-file]

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@Phill_PaffordOct 20.2008 — Looks like your missing some extensions, do you have a info.php file? should be with phpMyAdmin I think.

If not just create this simple file and navigate to it.

[code=php]
<?php

phpinfo();

?>
[/code]


save is as something like info.php

Open it up and look for the MySQl extension listed, if it's not listed you need to look in the php.ini file for something like:

[CODE]
;extension=mysql
[/CODE]


to un-comment this remove the ;

[CODE]
extension=mysql
[/CODE]


Looks like you also need the extension mcrypt.

After you make each change you need to restart apache as well.

Also double check to see if MySQL server is running

This might have some other info to point you in the right direction, Link
Copy linkTweet thisAlerts:
@dthatsmeauthorOct 20.2008 — Looks like your missing some extensions, do you have a info.php file?

Looks like you also need the extension mcrypt.

After you make each change you need to restart apache as well.

Also double check to see if MySQL server is running

[/QUOTE]


I checked the info.php file and mysql is listed there.

I am not running an Apache server. Just IIS

MySQL is running.
Copy linkTweet thisAlerts:
@Phill_PaffordOct 20.2008 — After doing a little more searching I saw THIS, but I don't know if this helps
×

Success!

Help @dthatsme spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...