Wie find ich meine Datenbank online

Ich hab di Datenbank nicht offline sondern mitlerweile online.
Und da hab ich andere Daten. Das Problem ist das ich
bei phpmyadmin kein username und passwort habe.
Bei meim onlineanbieter jedoch schon. Das passwort weis ich ja wie
es anzugeben ist, aber wo kommt er user in den code?
 
resource mysql_connect ( [string Server [, string Benutzername [, string Benutzerkennwort [, bool neue_Verbindung [, int client_flags]]]]])
Meinst Du das? Du machst doch folgendes:
PHP:
$connectionid = mysql_connect ("localhost", "root", "kennwort");
Da ist localhost = server; root = Benutzername; kennwort = Benutzerkennwort
Oder was meinst Du?

redlama
 
Zurück