|
| Current Databases: |
demo_sope1  Users in sope1 demo_sope1 (Privileges: ALL PRIVILEGES) 
| Connection
Strings |
| Perl |
$dbh =
DBI->connect("DBI:mysql:demo_sope1:localhost","demo_sope1","<PASSWORD
HERE>"); |
| PHP |
$dbh=mysql_connect ("localhost", "demo_sope1", "<PASSWORD
HERE>") or die ('I
cannot connect to the database because: ' . mysql_error());
mysql_select_db ("demo_sope1");
|
|
| |
|
|
|
| Current Users: |
demo_sope1 
|
| |
|
|
|
|
|
|
|
|
| phpMyAdmin |
| You can use phpMyAdmin to administrate your MySQL databases in a web based environment. |
|