Seite 1 von 1

Die PHP-Konfiguration auf deinem Server unterstützt nicht...

Verfasst: 19.12.2005 13:06
von _alex_
Moin,
wenn ich versuche die install.php auszuführen, bekomm ich folgende Fehlermeldung:

Code: Alles auswählen

Die PHP-Konfiguration auf deinem Server unterstützt nicht den gewählten Datenbank-Typ
Meine php.ini (Version 4) schaut so aus

Code: Alles auswählen

[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 =

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

; 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 seconds) for connect timeout. -1 means no limit
mysql.connect_timeout = 60
Und der MySQL Server:

Code: Alles auswählen

mysqladmin  Ver 8.41 Distrib 4.1.11, for pc-linux-gnu on i386
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version          4.1.11-Debian_4sarge2-log
Protocol version        10
Connection              Localhost via UNIX socket
UNIX socket             /var/run/mysqld/mysqld.sock
Uptime:                 2 hours 5 min 36 sec
Danke schonmal für die Hilfe :)

gruß Alex

Re: Die PHP-Konfiguration auf deinem Server unterstützt nich

Verfasst: 19.12.2005 16:10
von naderman
_alex_ hat geschrieben:

Code: Alles auswählen

Die PHP-Konfiguration auf deinem Server unterstützt nicht den gewählten Datenbank-Typ
Und was für einen Datenbank Typ hast du ausgewählt?

Verfasst: 19.12.2005 16:43
von _alex_
MySQL 4.x/5.x :roll:

Verfasst: 19.12.2005 20:01
von Handballer
Hi

das gleiche Problem hab ich auch. ich habe auf meinem Server apache un MySQL installiert und bekomme immer diese Meldung :S
woran könnte es liegen?

ich komme aber mit mysql nicht zurecht!

gruß

Marcel

Verfasst: 19.12.2005 23:20
von _alex_
Es liegt an den Rechten und an der php.ini
du musst mysql.dll bzw mysql.so auskommentieren.

Verfasst: 20.12.2005 16:09
von Handballer
Hi _alex_

meinst du mit "auskommentieren" das semikolon in der php.ini wegmachen?

gruß

Marcel

Verfasst: 20.12.2005 16:50
von _alex_
Handballer hat geschrieben:Hi _alex_

meinst du mit "auskommentieren" das semikolon in der php.ini wegmachen?

gruß

Marcel
Ja genau.
Das müsste mysql.so heissen

Verfasst: 25.02.2006 19:37
von KayGee
hab das gleiche Problem siehe hier

http://www.phpbb.de/viewtopic.php?t=113671

Wo finde ich denn die Dateien?
EDIT: bzw, in weldcher Datei muss ich das auskommentieren?

Verfasst: 25.02.2006 20:02
von KayGee
also ich habe nun unter
/etc/apache2/php5
/etc/apache/php5

in der php.ini Unter folgender Zeile:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.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.
geändert war das richtig weil es geht immernoch nicht?!? :(

Verfasst: 16.03.2006 16:11
von Steff81
Des problem habe ich auch!!
gibts da nun ne Lösung??

Gruß
Steff