MySQL Erweiterungen nicht gefunden Hallo,
Folgendes Problem: Jedes Mal wenn ich phpmyadmin öffnen möchte sagt der mir das:
Die MySQL-Erweiterung konnte nicht geladen werden.
Bitte überprüfen Sie Ihre PHP-Konfiguration!
In der Dokumentation steht folgendes:
[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.
Ich hatte mit meinem alten Server schonmal dieses Problem, habe es auch hier gepostet und eine Antwort erhalten. Un zwar sollte ich einfach in die php.ini die Zeile: extension=mysql.so eintragen. Danach hat es auf dem alten Server funktioniert aber auf dem neuen nicht....
Kann mir bitte einer helfen warum?
Ach ja, mein Betriebssystem ist Debian GNU Linux 3.0
PhP Version ist PHP4
MySQL ist auf jeden Fall die neuste... ;D
Danke schonmal im Voraus
T0n4us |