Sorry...,
I am annoyed at not being able to figure this out. I see a lot of posts about this topic, but I cannot figure out what is going wrong.
- I get the error: 'Cannot load mysql extension. Please check your PHP configuration.' in phpmyadmin.
- Php doesn't understand mysql commands
- phpinfo() doesn't show the mysql module loaded.
I reinstalled my server, as my provider moved to php 5.0.4 / mysql 4.1.2
So I got:
Apache 2.2.4 / mysql 4.1.2 / php 5.2.1 / phpmyadmin 2.1.0.0.2 on win200 pro
Installed the bunch in:
c:/web/apache
c:/web/apache/php
c:/web/apache/phpmyadmin
c:/web/mysql
Apache works, php works, mysql works.
I added C:\web\mysql\bin;c:\web\apache\php to the paths
I loaded the modules in php.ini:
extension=php_mysql.dll
extension=php_mysqli.dll
which are both present in
extension_dir = "C:/web/apache/php"
What am I missing?
Thanks
Jelle