phpMyAdmin is a feature-rich tool written in PHP, which shall present you with full control over a MySQL database. You may do practically everything - create fields, rows and tables, remove them or alter their data, export or import a whole database or just a specific part of it, and execute MySQL commands. The tool is irreplaceable in case you would like to switch web hosting providers, because you could effortlessly generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with only one file containing the whole content of the database, so you can download it from the current provider, upload it to the web server of the new one and import it through the same tool on their end. Your internet site will look exactly the same, because all script apps store their data inside a database. With phpMyAdmin you may also quickly search and replace content of your preference across the entire internet site - a word, an expression or a link, for example.
phpMyAdmin in Cloud Hosting
phpMyAdmin is featured as a part of our cloud hosting plans and you'll be able to access it whenever you want via your Hepsia Control Panel. All databases you create in the account shall be listed in alphabetical order inside the MySQL Databases section of the CP and all it shall take to access any of them will be to click on the small phpMyAdmin icon, that'll be on the right side of every database. You won't have to enter any information, because you'll be logged in automatically in a new browser tab. If you'd like to sign in manually instead of using the Control Panel, you'll be able to do this through our direct phpMyAdmin login page in which you will have to enter the database username and password. This option is handy if you want to give access to a certain database to some third party, for example a web designer.