|
mySql
What is phpMyAdmin
and how do I access it?
phpMyAdmin is a PHP-based MySQL database administration
utility which can be used to modify and administer the MySQL
databases you create within the MySQL Manager in your control
panel.
To access phpMyAdmin either use the link in the MySQL Manager
or this URL:
http://yourdomain.com/phpMyAdmin/
When logging in to phpMyAdmin be sure to use the user name
and password for the database user you created in MySQL
Manager and which you have added to the database you wish
to work with (not your account user name
and password).
Note that database user names will be in the format user_dbuser
where "user" is your user name
(more often than not the first seven characters of your
domain name) and "dbuser" is the database user
name you created within the MySQL Manager
Back to web hosting faqs
|