Good Day: I installed my php5, mysql5, and Apaceh2.2. and my configurations was:
PHP: (php.ini): ----------------- extension_dir = "C:\php5\ext" Uncomment this line: extension=php_mysql.dll Apache: (httpd.conf): ---------------------- AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps LoadModule php5_module "C:/php5/php5apache2_2.dll" **it works As i write a simple program with php i tried to use PHPMyAdmin after downloading it & put the folder of htdocs. But it gives me that error. ---------------------------------- phpMyAdmin - Error Cannot load mysql extension. Please check your PHP configuration. - Documentation ----------------------------- Is There Any configuration should i add ???????????? what about configuring phpMyadmin??????????????? thanks
