Re: Fehlermeldung PHP...



Otmar Scholl wrote:
> Guten Abend,
>
> ich hoffe, mein Posting ist hier einigermaßen richtig:
>
> Ich versuche MySQL (4.1.12a) mit phpmyadmin (2.6.3-pl1) ans Laufen zu
> bekommen (Apache 2.0.54, PHP 5). Wenn ich phpmyadmin starte
> (http://localhost/phpmyadmin) sehe ich den Verzeichnisbaum. Starte ich
> index.php,

Wie "startest" Du denn so eine Datei?

> kommt eine Fehlermeldung:

Zu Deiner ersten Frage: Nein, dein Posting ist hier nicht richtig. Hier
geht es um MySQL - nicht um ein obskures "Verwaltungstool", das hier
ständig mehr Probleme bereitet als es löst.

> Die Erweiterung "mysql" kann nicht geladen werden.
> Bitte überprüfen Sie Ihre PHP-Konfiguration.
>
> Die Erweiterung "mysql" kann nicht geladen werden.
> Bitte überprüfen Sie Ihre PHP-Konfiguration.
>

Dann würde ich vorschlagen, Du überprüfst Deine PHP-Konfiguration.
Soviel ich weiß, gibt es in de.comp.lang.php (oder wie immer die Gruppe
heißt) eine FAQ, in der es auch um MySQL und dessen Anbindung an PHP geht.
> [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.
>
> Ich habe keine Ahnung, was da los ist.

Die Fehlermeldung enthält eigentlich genügend Hinweise, was Du
überprüfen solltest.
.



Relevant Pages

  • Re: Fehlermeldung PHP...
    ... phpMyAdmin ist ein obskures Verwaltungstool??? ... in der es auch um MySQL und dessen Anbindung an PHP geht. ... Next by Date: ...
    (de.comp.datenbanken.mysql)
  • Re: I am totally stumped..with this on..LOAD_FILE Mysql+PHP= FSCK!!
    ... What I am trying to do is to upload files and stuff them in a mysql database. ... I copied the temporary file to somewhere else, and then handed it to MySQL..THAT WORKED.. ... Is there a way to force a close on the file..maybe that's the problem Mysql is opening a file that is not flushed to disk maybe? ... I gew the feeling its maintaining its own picture of file objects, and doesn't actually flush to the disk unless you do a copy or close php.. ...
    (comp.lang.php)
  • Re: I am totally stumped..with this on..LOAD_FILE Mysql+PHP= FSCK!!
    ... What I am trying to do is to upload files and stuff them in a mysql database. ... I copied the temporary file to somewhere else, and then handed it to MySQL..THAT WORKED.. ... Is there a way to force a close on the file..maybe that's the problem Mysql is opening a file that is not flushed to disk maybe? ... I gew the feeling its maintaining its own picture of file objects, and doesn't actually flush to the disk unless you do a copy or close php.. ...
    (comp.lang.php)
  • Re: com_dotnet
    ... And if MySQL isn't installed, the DLL won't load and phpinfowill show MySQL support isn't enabled. ... The MySQL interface is NOT compiled into PHP on the distributed Windows binaries - or you'd never be able to run PHP unless you had MySQL installed. ... *SOME* extensions are protocols, some are functional resources, and some are just type libraries. ... If you're going to compile the extension into PHP itself, the libraries must be available at compile time, and when you run PHP, or PHP won't load. ...
    (comp.lang.php)
  • Re Re: PHP 5.2.4 <= various mysql functions safemode & open_basedir bypass
    ... > various mysql functions safemode & open_basedir bypass ... PHP is currently very used because it's easy to use. ... Apache has directory restrictions. ... # if the mysql user has perms, ...
    (Bugtraq)