phpMyAdmin is a feature-rich tool coded in PHP, which shall present you with full control of a MySQL database. You may do absolutely anything - set up fields, rows and tables, delete them or modify their content, export or import a whole database or just a certain part of it, and execute MySQL commands. The tool is necessary when you want to switch web hosting companies, as you could easily generate a full backup of a database in several formats (SQL, CSV, XML). You'll end up with just one file containing the whole content of the database, so you can easily download it from the current provider, upload it to the hosting server of the new one and import it through the same tool on their end. Your internet site shall look exactly the same, because all script applications store their data inside a database. With phpMyAdmin you can also effortlessly search and replace content of your choosing across the entire internet site - a word, a phrase or a link, for example.

phpMyAdmin in Cloud Hosting

phpMyAdmin is offered as a part of our cloud hosting and you shall be able to access it anytime from your Hepsia CP. All databases you set up in the account shall be listed in alphabetical order inside the MySQL Databases section of the Control Panel and all it shall take to log in to any of them shall be to click on the small phpMyAdmin icon, that'll be on the right side of each database. You'll not have to enter any information, as you will be logged in automatically in a new web browser tab. If you'd like to log in by hand instead of going through the Control Panel, you shall be able to do that via our direct phpMyAdmin login page in which you'll have to type in the database username and password. This option is helpful if you want to give access to a specific database to a third party, for instance a web designer.