Username:war
geschrieben am 03.03.2005 um 20:10 Uhr
|
Hi
hier den Eintrag in der
"connect.inc.php"
$db_host = "localhost"
$db_user = "thebesto_rokan" $db_pass = "********"
$db_name = "thebesto_zucht"
so wurde die DB auch auf dem Server Erstellt:
$dbh = DBI->connect("DBI:mysql:thebesto_zucht:localhost","thebesto_rokan","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "thebesto_rokan", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("thebesto_zucht");
ich hab schon viele Progis Installiert und DB erstellt und noch nie Probs gehabt mit der DB.
Gruss war
|