phpMyAdmin
What is phpMyAdmin? What is its role? Why will your web sites need it?
phpMyAdmin is a feature-rich tool coded in PHP, that will provide you with 100 % control of a MySQL database. You could do practically anything - set up fields, rows and tables, erase them or alter their content, export or import an entire database or just a specific part of it, and execute MySQL commands. The tool is irreplaceable if you want to switch hosting providers, as you can conveniently generate a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with one file containing the entire 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 through the same tool on their end. Your site shall look exactly the same, because all script applications store their content inside a database. With phpMyAdmin you could also quickly search and replace content material of your preference across the whole web site - a word, an expression or a link, for example.
phpMyAdmin in Cloud Hosting
phpMyAdmin is available as an element of our Linux cloud hosting and you will be able to access it anytime through your Hepsia Control Panel. All databases that you create in the account will be listed in alphabetical order in the MySQL Databases section of the CP and all it shall take to access any of them will be to click on the little phpMyAdmin icon, which will be on the right side of every database. You won't need to enter any info, as you will 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'll be able to do that using our direct phpMyAdmin login page where you will have to type in the database username and password. This option is useful if you need to offer access to a specific database to a third party, such as a web designer.