I am getting the below error message:
phpMyAdmin - Error
Cannot load mysql extension. Please check your PHP configuration. - Documentation
I have this issue which appears to be a very common problem as I have researched for a solution for the past 24 hours.
What I have tries is many many things.
I have changed my path in my system variables to point to the c:\webserver\php\ext directory, I have made sure I uncommented all the php_mysql*.dll's in the php.ini file.
I have changes modified the L:\<webroot>\phpmyadmin\config.inc.php file.
I know the PHP is working because when I created the test.php file it worked showed all of my php configuration.
I know that mysql is working because I can login from the command line.
I have gotten information from many sources:
http://www.killerphp.com/articles/cannot-load-mysql-extension-video-tutorial-solution/
http://alttablib.wordpress.com/2007/01/18/setting-up-a-local-server-on-your-home-computer/
http://www.ricocheting.com/server/apache.html
http://lucian777chain.wordpress.com/2009/08/16/integrated-php-5-and-apache-2-server/
But still same result my version of software are:
Windows Vista64 bit, 8gig ram
phpMyAdmin-3.2.1-english
php-5.2.10-Win32
apache_2.2.13-win32-x86-no_ssl
mysql-5.0.85-winx64
Any help would be so appreciated..I have exhausted all my capabilities as I am a newbie to all of this.