30.03.2010, 14:12
PHP Code:
$config['db_host'] = 'localhost:1024'; //Die Adresse, wenn du MySQL, nicht auf den Standart Port hast so eintragen: 127.0.0.1:Port
Quote:Host: localhost
Port: 1024
PHP Code:
$config['db_user'] = 'root'; //Der Standart Benutzer für MySQL
Quote:User: root
PHP Code:
$config['db_pw'] = 'root'; // Das Passwort für den Benutzer
Quote:Password: root
Ja das Passwort ist root
Zuerst musst du bei phpMyAdmin eine neue Datenbank anlegen (z.B. lan)
Danach links die Datenbank auswählen und oben dann auf Importieren klicken
Danach die Datei auswählen und auf Ok klicken FERTIG