Hallo allemaal,

ik heb een vraag. Ik ben een webserver aan het installeren met:
Apache 2.0.50
PHP 5.0.2
phpMyAdmin:-2.6.0-pl2
mysql-4.0.21-win

Apache installeren is gelukt, ik kan de pagina benaderen. Php is ook gelukt, ik kan php bestanden bekijken. Mysql database aanmaken is ook gelukt. Ik zie een tabel (test).
Nu heb ik phpMyadmin geinstalleerd en als ik naar: http://localhost/phpmyadmin/ ga krijg ik de melding

Kan de mysql extentie niet laden,
Controleer de PHP Configuratie
Documentatie

Met als uitleg:
--------
[1.20] I receive the error "cannot load MySQL extension, please check PHP Configuration".
To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.

Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.
--------
Weet iemand wat ik hieraan kan doen??

Alvast bedankt.

Jochem
het is al een oud bericht maar ik heb hetzelfde probleem, hoe kun je in php5 de mysql module enabelen

Reageren