phpMyAdmin
Find out more about what phpMyAdmin is and how to employ it as an administrative tool for all your MySQL databases.
phpMyAdmin is a feature-rich tool developed in PHP, which will provide you with 100 % control over a MySQL database. You may do practically anything - create fields, rows and tables, remove them or alter their data, export or import a whole database or only a specific part of it, and execute MySQL commands. The tool is very important when you need to switch hosting companies, simply because you could easily create a full backup of a database in a number of formats (SQL, CSV, XML). You shall end up with just one file that contains the entire content of the database, so you can easily download it from the current provider, upload it to the web server of the new one and import it using the same tool on their end. Your website will look exactly the same, simply because all script apps store their content in a database. With phpMyAdmin you can also effortlessly search and replace content of your choosing across the entire website - a word, a phrase or a link, for instance.
phpMyAdmin in Cloud Hosting
phpMyAdmin is provided as an element of our Linux cloud hosting and you will be able to access it at any time through your Hepsia CP. All databases which you create in the account will be listed in alphabetical order in the MySQL Databases section of the Control Panel and all it will take to access any of them shall be to click on the little phpMyAdmin icon, that'll be on the right side of every database. You will not need to enter any information, because you'll be logged in automatically in a new web browser tab. If you'd like to sign in manually rather than going through the CP, you shall be able to do that using our direct phpMyAdmin login page where you shall have to type in the database account information. This option is handy if you want to grant access to a specific database to a third party, such as a web designer.