advahost_test
Users in
test advahost_test (Privileges: ALL
PRIVILEGES) 
| Connection
Strings |
| Perl |
$dbh =
DBI->connect("DBI:mysql:advahost_test:localhost","advahost_test","<PASSWORD
HERE>"); |
| PHP |
$dbh=mysql_connect
("localhost", "advahost_test", "<PASSWORD
HERE>") or die ('I cannot connect to the
database because: ' .
mysql_error()); mysql_select_db
("advahost_test");
|
|