MySQL Account Maintenance

 
Databases:
demohih_demotesting
Users in demotesting
demohih_demo (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:demohih_demotesting:localhost","demohih_demo","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "demohih_demo", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("demohih_demotesting");

User: Db:
Privileges: ALL ALTER CREATE TEMPORARY TABLES CREATE DELETE DROP SELECT INSERT UPDATE REFERENCES INDEX LOCK TABLES


Db:

Users:
demohih_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.
     


[ Go Back ]