cPanel [ Home ] [ Logout ]
 

  MySQL Account Maintenance

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

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


Db:

Users:
YourMySQL_User
UserName:
Password:

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

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


[ Go Back ]