phpMyAdmin is a feature-rich tool coded in PHP, which will provide you with total control over a MySQL database. You could do literally everything - set up fields, rows and tables, remove them or alter their content, export or import a whole database or only a particular part of it, and execute MySQL commands. The tool is necessary when you want to switch web hosting companies, simply because you can effortlessly create a full backup of a database in a number of formats (SQL, CSV, XML). You'll end up with a single file containing the whole content of the database, so you can easily download it from the present provider, upload it to the server of the new one and import it using the same tool on their end. Your site will look exactly the same, due to the fact that all script applications store their data within a database. With phpMyAdmin you could also conveniently search and replace content of your choice across the entire internet site - a word, an expression or a link, for instance.

phpMyAdmin in Web Hosting

phpMyAdmin is offered as part of our Linux web hosting packages and you'll be able to access it whenever you want from your Hepsia Control Panel. All databases you set up inside the account will be listed in alphabetical order within the MySQL Databases section of the CP and all it will take to log in to any of them shall be to click on the little phpMyAdmin icon, that'll be on the right side of each database. You will not need to input any info, as you'll be logged in automatically in a new Internet browser tab. If you prefer to log in by hand and not going through the Control Panel, you shall be able to do that using our direct phpMyAdmin login page where you will have to enter the database username and password. This option is useful if you want to grant access to a particular database to some third party, for instance a web designer.