MySQL Account Maintenance

 
Databases: -- Disabled
user_name
Users in user_name
user_name
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:user_name:localhost","user_name","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "user_name", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("user_name");
User: Db:
Db:

Users:
user_name
UserName:
Password:

Access Hosts:
%Domain.TLD
localhost
Host (% wildcard is allowed):

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


[ Go Back ]