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