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