Mailinglisten-Archive |
Hallo Christian, in der PHP.INI ist folgeder Eintrag: ################################################################ ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; include_path = ; UNIX: "/path1:/path2" Windows: "\path1;\path2" doc_root = c:\apache\htdocs ; the root of the php pages, used only if nonempty user_dir = ; the directory under which php opens the script using /~username, used only if nonempty ;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified) upload_max_filesize = 2097152 ; 2 Meg default limit on file uploads extension_dir = "c:\apache\cgi-bin" ; directory in which the loadable extensions (modules) reside ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; if you wish to have an extension loaded automaticly, use the ; following syntax: extension=modulename.extension ; for example, on windows, ; extension=php3_mysql.dll ; or under UNIX, ; extension=msql.so ; Note that it should be the name of the module only, no directory information ; needs to go here. Specify the location of the extension with the extension_dir directive above. ;Windows Extensions extension=php3_mysql.dll; ;extension=php3_calendar.dll ;extension=php3_dbase.dll ;extension=php3_gd.dll ;extension=php3_dbm.dll ;extension=php3_mssql.dll ;extension=php3_zlib.dll ;extension=php3_filepro.dll ;extension=php3_imap4r1.dll ;extension=php3_ldap.dll ;extension=php3_crypt.dll ;extension=php3_msql2.dll ;extension=php3_odbc.dll ############################################################## Ich habe schon versucht, ob es einen Unterschied macht, die PHP.INI und die PHP_MYSQL.DLL in das cgi-bin Verzeichnis von in das WINNT Verzeichnis zu kopieren, ich bekomme jedesmal nicht angezeigt das die MYSQL-Unterstützung installiert ist (mit phpinfo();). Was mache ich falsch? Kann es vielleicht an Windows 2000 Pfof. liegen? Vielen Dank schon für alle Antworten. Thorsten Marx -----Ursprüngliche Nachricht----- Von: php-admin_(at)_solix.wiso.Uni-Koeln.DE [mailto:php-admin_(at)_solix.wiso.Uni-Koeln.DE]Im Auftrag von Christian Schäfer Gesendet: Sonntag, 26. März 2000 15:00 An: php_(at)_solix.wiso.Uni-Koeln.DE Betreff: [php] AW: [php] Fehlermedlung beim Aufruf von phpMyAdmin Fatal error: Call to unsupported or undefined function mysql_connect() in lib.inc.php3 on line 119 in der faq gibt es ganz weit oben genau diese frage, denn die wird sonst ständig gestellt. kurzfassung: du hast die mysql-extension nicht installiert. siehe nach in der php.ini. UND IN DER FAQ! christian -- ** Durchgehend geöffnet: http://www.php-center.de ** Die PHP-Liste: mailto:php_(at)_infosoc.uni-koeln.de http://infosoc.uni-koeln.de/mailman/listinfo/php
php::bar PHP Wiki - Listenarchive