phpMyAdmin is a feature-rich tool written in PHP, that will provide you with 100 % control of a MySQL database. You may do virtually anything - create fields, rows and tables, delete them or modify their content, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is necessary when you want to switch hosting companies, since you could very easily generate a full backup of a database in different formats (SQL, CSV, XML). You shall end up with one file containing the whole content of the database, so you could download it from the present provider, upload it to the hosting server of the new one and import it using the same tool on their end. Your website shall look exactly the same, for the reason that all script applications store their data in a database. With phpMyAdmin you may also quickly search and replace information of your choice across the entire web site - a word, an expression or a link, for example.

phpMyAdmin in Shared Web Hosting

phpMyAdmin is provided as an element of our shared web hosting plans and you'll be able to access it whenever you want via your Hepsia CP. All databases which you create in the account will be listed in alphabetical order inside the MySQL Databases section of the Control Panel and all it will take to access any of them will be to click on the tiny phpMyAdmin icon, that will be on the right side of each and every database. You won't have to input any information, because you will be logged in automatically in a new web browser tab. If you'd like to log in manually and not using the Control Panel, you will be able to do so through our direct phpMyAdmin login page in which you will have to input the database username and password. This option is handy if you need to grant access to a specific database to some third party, such as a web designer.