phpMyAdmin is a feature-rich tool written in PHP, which will give you total control of a MySQL database. You can do practically anything - create fields, rows and tables, erase them or modify their content, 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, simply because you can conveniently create a full backup of a database in different formats (SQL, CSV, XML). You'll end up with one file that contains the entire content of the database, so you can download it from the present provider, upload it to the hosting server of the new one and import it via 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 easily search and replace content material of your choosing across the entire website - a word, an expression or a link, for example.
phpMyAdmin in Shared Hosting
phpMyAdmin is provided as an element of our Linux shared hosting and you shall be able to access it at any time from your Hepsia CP. All databases that you set up in the account will be listed in alphabetical order in the MySQL Databases section of the Control Panel and all it will take to gain access to any of them shall be to click on the tiny phpMyAdmin icon, that'll be on the right side of every database. You will not need to type in any information, because you'll be logged in automatically in a new web browser tab. If you'd like to log in by hand and not going through the CP, you will be able to do so through our direct phpMyAdmin login page in which you will have to enter the database account information. This option is useful if you have to give access to a certain database to a third party, for instance a web designer.