phpMyAdmin
Learn more about what phpMyAdmin is and the way to use it as a management instrument for all your MySQL databases.
phpMyAdmin is a sophisticated tool that will allow you to control MySQL databases. It is coded in PHP and provides you with an easy to work with web interface to: create, delete or change database cells, rows and entire tables. Less experienced users can use the instrument to import or export a database with a couple of clicks in a range of formats - XML, CSV, SQL and PDF, and that's the fastest and the simplest way to migrate a script-driven site from one Internet hosting company to another, due to the fact that almost all the data of such an Internet site is kept in a database, not in static files. Knowledgeable users can access quite a few advanced features including running MySQL statements or handling the privileges of database users. phpMyAdmin is one of the most widely used MySQL management systems out there.
phpMyAdmin in Web Hosting
phpMyAdmin is a part of each web hosting that we provide and it is accessible through our custom Hepsia Control Panel. A small phpMyAdmin icon will be shown on the right side of each database that you set up in the MySQL Databases section of the CP and by clicking on the icon for the database which you want to access, you will be logged into the app automatically in a new tab of your browser. Then you can do anything you would like - export the entire or a part of the content, import a database, run SQL queries, search and change terms. If you don't want to go through the CP, you'll also be able to log in using a direct phpMyAdmin login page, but you need to know the database account information. The last feature is handy if you have to provide access to a database to a third-party.