phpMyAdmin is a feature-rich tool developed in PHP, that will present you with total control over a MySQL database. You may do literally everything - set up fields, rows and tables, erase them or alter their data, export or import a whole database or only a particular part of it, and execute MySQL commands. The tool is very important when you need to switch hosting providers, simply because you could conveniently create a full backup of a database in a variety of formats (SQL, CSV, XML). You will end up with a single file containing the whole content of the database, so you can easily download it from the present provider, upload it to the hosting server of the new one and import it via the same tool on their end. Your site will look exactly the same, simply because all script apps store their content in a database. With phpMyAdmin you can also conveniently search and replace information of your choice across the whole web site - a word, a phrase or a link, for instance.
phpMyAdmin in Cloud Web Hosting
phpMyAdmin is available as a part of our Linux cloud web hosting and you'll be able to access it whenever you want from your Hepsia CP. All databases you set up in the account will be listed in alphabetical order within the MySQL Databases section of the CP and all it shall take to gain access to any of them shall be to click on the small phpMyAdmin icon, which will be on the right side of each database. You'll not have to type in any info, as you'll be logged in automatically in a new web browser tab. If you prefer to log in by hand rather than using the CP, you shall be able to do so using our direct phpMyAdmin login page in which you'll have to input the database username and password. This option is useful if you need to offer access to a particular database to a third party, for example a web designer.