Page 1 of 1

php config

Posted: Tue May 23, 2006 2:29 am
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..

Posted: Tue May 23, 2006 2:38 am
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.

Posted: Tue May 23, 2006 4:13 am
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..

Posted: Tue May 23, 2006 4:23 am
by JayBird
Did you restart Apache?