|
Databases:
demo_nuke1  Users in demo_nuke1 demo_ivbd1 
| Connection
Strings |
| Perl |
$dbh =
DBI->connect("DBI:mysql:demo_nuke1:localhost","demo_ivbd1","<PASSWORD
HERE>"); |
| PHP |
$dbh=mysql_connect ("localhost", "demo_ivbd1", "<PASSWORD
HERE>") or die ('I
cannot connect to the database because: ' . mysql_error());
mysql_select_db ("demo_nuke1");
|
demo_nuke1 
| Connection
Strings |
| Perl |
$dbh =
DBI->connect("DBI:mysql:demo_nuke1:localhost","demo_nuke1","<PASSWORD
HERE>"); |
| PHP |
$dbh=mysql_connect ("localhost", "demo_nuke1", "<PASSWORD
HERE>") or die ('I
cannot connect to the database because: ' . mysql_error());
mysql_select_db ("demo_nuke1");
|
demo_pchat1 
| Connection
Strings |
| Perl |
$dbh =
DBI->connect("DBI:mysql:demo_nuke1:localhost","demo_pchat1","<PASSWORD
HERE>"); |
| PHP |
$dbh=mysql_connect ("localhost", "demo_pchat1", "<PASSWORD
HERE>") or die ('I
cannot connect to the database because: ' . mysql_error());
mysql_select_db ("demo_nuke1");
|
demo_xmb17 
| Connection
Strings |
| Perl |
$dbh =
DBI->connect("DBI:mysql:demo_nuke1:localhost","demo_xmb17","<PASSWORD
HERE>"); |
| PHP |
$dbh=mysql_connect ("localhost", "demo_xmb17", "<PASSWORD
HERE>") or die ('I
cannot connect to the database because: ' . mysql_error());
mysql_select_db ("demo_nuke1");
|
|
Users:
demo_demo 
Access Hosts:
localhost
phpMyAdmin
You can use phpMyAdmin to administrate your MySQL databases in a web based environment.
|
|