phpMyAdmin is a feature-rich tool developed in PHP, which will provide you with complete control over a MySQL database. You could do literally anything - create fields, rows and tables, erase them or modify their data, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is very important if you need to switch web hosting companies, as you could conveniently generate a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with just one file containing the entire content of the database, so you could download it from the current provider, upload it to the hosting server of the new one and import it via the same tool on their end. Your website will look exactly the same, because all script applications store their data in a database. With phpMyAdmin you can also easily search and replace content of your preference across the whole web site - a word, an expression or a link, for instance.

phpMyAdmin in Cloud Hosting

phpMyAdmin is provided as a part of our Linux cloud packages and you'll be able to access it at any time from your Hepsia Control Panel. All databases which you create in 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'll be on the right side of each database. You won't have to input any info, since you'll be logged in automatically in a new web browser tab. If you'd like to log in by hand rather than going through the Control Panel, you will be able to do that through our direct phpMyAdmin login page where you shall have to enter the database account information. This option is helpful if you have to offer access to a specific database to a third party, for example a web designer.