allan_osc1
Users in osc1
allan_osc1 (Privileges: ALL PRIVILEGES)

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