MySQL Account Maintenance

 
Databases:
hostrelax_demo
Users in hostrelax_store
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");

 

User: Db:
Db:

Users:
hostrelax_demo
 
UserName:
Password:

Access Hosts:
localhost
Host (% wildcard is allowed):

phpMyAdmin
You can use phpMyAdmin to administrate your MySQL databases in a web based environment.