phpMyAdmin is a feature-rich tool written in PHP, which will give you full control over a MySQL database. You may do literally everything - set up fields, rows and tables, delete them or modify their data, export or import an entire database or just a specific part of it, and execute MySQL commands. The tool is irreplaceable in case you need to switch hosting providers, because you may conveniently generate a full backup of a database in several formats (SQL, CSV, XML). You shall end up with one file which contains the whole content of the database, so you can 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 site shall look exactly the same, due to the fact that all script applications store their content within a database. With phpMyAdmin you could also easily search and replace content of your preference across the entire website - a word, an expression or a link, for example.
phpMyAdmin in Cloud Hosting
phpMyAdmin is featured as a part of our cloud services and you will be able to access it anytime through your Hepsia CP. All databases you set up inside the account will be listed in alphabetical order within 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, that will be on the right side of each and every database. You won't have to input any information, as you'll be logged in automatically in a new Internet browser tab. If you would like to log in by hand rather than using the CP, you shall be able to do so through our direct phpMyAdmin login page where you shall have to type in the database username and password. This option is handy if you have to offer access to a certain database to a third party, for example a web designer.