MySQL Account Maintenance

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

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


Db:

Users:
eMax_test
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 ]