phpMyAdmin is a feature-rich tool coded in PHP, which shall present you with total control over a MySQL database. You could do literally everything - set up fields, rows and tables, delete them or change their data, export or import a whole database or just a particular part of it, and execute MySQL commands. The tool is irreplaceable in case you want to switch hosting providers, as you can very easily generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with just one file containing the entire content of the database, so you may download it from the present provider, upload it to the web server of the new one and import it through the same tool on their end. Your website shall look exactly the same, due to the fact that all script applications store their content in a database. With phpMyAdmin you could also quickly search and replace information of your choosing across the entire web site - 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'll be able to access it at any time via your Hepsia CP. All databases which you create inside the account shall be listed in alphabetical order within the MySQL Databases section of the Control Panel and all it will 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 need to input any information, since you'll be logged in automatically in a new browser tab. If you prefer to log in by hand and not going through the CP, you'll be able to do this via our direct phpMyAdmin login page in which you'll have to type in the database account information. This option is helpful if you have to offer access to a particular database to a third party, for example a web designer.