Die Erweiterung "mysql" kann nicht geladen werden.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dragon75
    replied
    Wenn man von Anhang redet sollte man ihn auch anhängen
    Attached Files

    Leave a comment:


  • Dragon75
    replied
    Hallo zusammen,

    bin neu hier und habe das gleiche Problem.
    Habe schon alles möglich ausprobiert:
    Erst PHP installiert dann MySql und umgekehrt.
    Registry überprüft usw...
    und wenn ich den Kommentar in der PHP.ini rausnehme kommt noch zusätzlich die folgende Meldung:
    PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0
    So langsam gehen mir die Ideen aus und hoffe irgend jemad kann.
    Als Anhang habe ich meine PHP.ini beigepackt.
    Danke schon mal im voraus.


    Gruß

    Dragon75

    Leave a comment:


  • goth
    replied
    Original geschrieben von Heinzelmännchen
    Wahrscheinlich ähnlich wie sich Netscape beschwert hat, das Microsoft in Windows den IE gleich mitliefert.
    Nein ... sondern weil beide Produkte unterschiedlichen .. und nicht miteinander vereinbaren Lizenzmodelle unterliegen und es darüber zum Dissenz kam ... ...

    Leave a comment:


  • Gast
    Guest replied
    Original geschrieben von stetic
    Irgendwo muss noch folgendes stehen:

    ;extension=php_mysql.dll

    einfach auskommentieren oder einfügen:

    extension=php_mysql.dll

    Natürlich muss die dll vorhanden sein (Siehe extension_dir).
    Wie stetic schon richtig geschrieben hat, wird in PHP5 mysql nicht expliziert mit berücksichtigt. Wahrscheinlich ähnlich wie sich Netscape beschwert hat, das Microsoft in Windows den IE gleich mitliefert.

    Doch ne Anmerkung habe ich dann doch noch. Bei PHP5 wurde die Verzeichnisstruktur geändert und es jetzt das 'ext' Verzeichnis.

    Leave a comment:


  • stetic
    replied
    Irgendwo muss noch folgendes stehen:

    ;extension=php_mysql.dll

    einfach auskommentieren oder einfügen:

    extension=php_mysql.dll

    Natürlich muss die dll vorhanden sein (Siehe extension_dir).

    Leave a comment:


  • Shai-Hulud
    replied
    In der php.ini stand zum thema mysql folgendes drin:

    [MySQL]
    ; Allow or prevent persistent links.
    mysql.allow_persistent = On

    ; Maximum number of persistent links. -1 means no limit.
    mysql.max_persistent = -1

    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    mysql.max_links = -1

    ; Default port number for mysql_connect(). If unset, mysql_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    mysql.default_port =

    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =

    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysql.default_host =127.0.0.1

    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysql.default_user =root

    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysql.default_password =

    ; Maximum time (in secondes) for connect timeout. -1 means no limit
    mysql.connect_timeout = 60

    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
    ; SQL-Errors will be displayed.
    mysql.trace_mode = Off

    [MySQLI]

    ; Maximum number of links. -1 means no limit.
    mysqli.max_links = -1

    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
    ; at MYSQL_PORT.
    mysqli.default_port = 3306

    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysqli.default_socket =

    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_host =

    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_user =

    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysqli.default_password =

    ; Allow or prevent reconnect
    mysqli.reconnect = Off

    ehrlich gesagt verstehe ich da kaum etwas, aber ich bin froh, das es foren gibt.
    noch mal, danke

    Leave a comment:


  • FloB
    replied
    Hallo ShaiHulud, so sieht man sich wieder !


    So weit ich weiß wird auch bei der Version 5 von PHP die Erweiterung MySQL automatisch hinzugefügt. Wie gesagt, mal in der php.ini schauen. Zeig und mal am besten den komplette MySQL-Abschnitt!

    Leave a comment:


  • stetic
    replied
    Ich vermute bei der Installation hat PHP kein MySQL gefunden, also nicht aktiviert. So musst du es manuell machen (php.ini) Oder anders herum installieren :-)

    Viele Grüsse

    Leave a comment:


  • Die Erweiterung "mysql" kann nicht geladen werden.

    Ich habe PHP 5.0.4.4 ganz normal mit Standardeinstellungen auf einem IIS5 System installiert, dannach MySQL, und nun läuft auf der Web-Ebene garnichts.
    Über MySQL Administrator kann ich konfigurieren, aber weder phpbb(forum) noch phpmy admin läuft.
    Er sagt nur:

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

    welche PHP-Konfiguration?
    Danke schonmal im voraus;
    Shai-Hulud
Working...