MYsql | |
|
|
Junior Mitglied Beiträge: 1 Registriert: 11.01.2008 | ich probiere einen php nuke auf meine page zu bauen..
doch leider gibt es auf meiner mysql datenbank folgendes problem:
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:nororgc_:localhost","nororgc_soykan","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "nororgc_soykan", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("nororgc_");
würde mich freuen wenn ich da hilfe bekommen würde  |
|
|
|
|
|