Mailinglisten-Archive |
Tach Liste, Beim Aufruf von phpMyAdmin unter NT bekomme ich immer folgende Fehlermeldung: Fatal error: Call to unsupported or undefined function mysql_connect() in lib.inc.php3 on line 119 PHP selbst läuft problemlos. Auch der Apache läuft. Apache ist - wie auch MySql - erfolgreich als Dienst gestartet. Ich habe die config.inc.php3 mal durchgesehen. Auch hier fällt mir kein Fehler auf. Vielleicht habe ich ja einen übersehen. Habe deshalb die Stelle des Scriptes unten angehängt. In der PHP3.INI dürfte auch alles richtig sein. Zumindest hat es bei einer vorherigen Installation mit derselben Datei funktioniert. Was vielleicht noch wichtig ist: Auf meinem Rechner ist auf der C-Platte Windows98 und auf der E-Platte NT eingerichtet. Vielleicht ist ja bei der Installation von mysql was schiefgegangen??? Keine Ahnung mehr....Hilfe! ----------------------------- Auszug aus config.inc.php3 ----------------------------- $cfgServers[1]['host'] = 'localhost'; // MySQL hostname $cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port $cfgServers[1]['adv_auth'] = false; // Use advanced authentication? $cfgServers[1]['stduser'] = 'root'; // MySQL standard user (only needed with advanced auth) $cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth) $cfgServers[1]['user'] = 'root'; // MySQL user (only needed with basic auth) $cfgServers[1]['password'] = ''; // MySQL password (only needed with basic auth) $cfgServers[1]['only_db'] = ''; // If set to a db-name, only this db is accessible $cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
php::bar PHP Wiki - Listenarchive