
07-01-2006, 10:22 PM
|
|
Junior Member
|
|
Join Date: Nov 2005
Posts: 1
|
|
Mysql full path
Hi i am really stuck with this i need to know my (mysql full path) and also my (local host) but i really can not feagure out which one it is this are the strings could somebody point out the right thing please
Quote:
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:tctint_formas:localhost","tctint_latina","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "tctint_latina", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("tctint_formas");
|
thanks in advance
|