php config

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
corillo181
Forum Commoner
Posts: 76
Joined: Wed Apr 26, 2006 3:02 pm

php config

Post by corillo181 »

i just intalled WAMP and when i try to open phpmyadmin this shows

Cannot load mysql extension. Please check your PHP configuration.


i seen a few trouble shoot and they all say to change the path in windows and all of that.. but every where i look is set up right WAMP sets everything to work in the directory that is set up i dont know why this shows..
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

in your php.ini file

do you see this

Code: Select all

;extension=mysql.dll
If so, remove the semi-colon in front of it.
If not, then your path is probably incorrect. I think when I put mysql.dll in the C:\Windows folder, it worked.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
corillo181
Forum Commoner
Posts: 76
Joined: Wed Apr 26, 2006 3:02 pm

Post by corillo181 »

well i did take the ; away and in the system i put the path to

;C:\Program Files\wamp\php

and in php ini

include_path = ".;C:\Program Files\wamp\php"

still dont work..
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Did you restart Apache?
Post Reply