phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.
To use phpMyAdmin to access one of your MySQL databases simply go to that database’s hostname on the web. For example, if your MySQL hostname was mysql.example.com, point your browser to http://mysql.example.com. You will then be prompted for a username and password. At Pubdomains.com – you can login to phpMyAdmin after you login to your control panel as shown in the image below.
phpMyAdmin is configured to use HTTP authentication against the database server. The user and password you enter should be a MySQL user / password that has access to the database you want to manage.
To be continued…
Popularity: unranked
