phpMyAdmin is a feature-rich tool coded in PHP, which shall give you 100 % control over a MySQL database. You could do virtually anything - create fields, rows and tables, erase them or modify their data, export or import a whole database or only a specific part of it, and execute MySQL commands. The tool is irreplaceable in case you need to switch web hosting companies, as you may easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with a single file which contains the entire content of the database, so you could download it from the current provider, upload it to the server of the new one and import it via the same tool on their end. Your website will look exactly the same, due to the fact that all script applications store their data within a database. With phpMyAdmin you could also conveniently search and replace information of your choice across the entire website - a word, a phrase or a link, for instance.

phpMyAdmin in Website Hosting

phpMyAdmin is offered as part of our website hosting and you'll be able to access it anytime via your Hepsia Control Panel. All databases that you set up in the account will be listed in alphabetical order in the MySQL Databases section of the CP and all it shall take to log in to any of them shall be to click on the little phpMyAdmin icon, which will be on the right side of each and every database. You won't have to enter any information, because you'll be logged in automatically in a new browser tab. If you would like to log in by hand rather than using the CP, you'll be able to do so via our direct phpMyAdmin login page in which you shall have to input the database username and password. This option is helpful if you want to grant access to a specific database to some third party, for example a web designer.