phpMyAdmin is a feature-rich tool developed in PHP, which will provide you with complete control over a MySQL database. You can do absolutely anything - set up fields, rows and tables, remove them or change their data, export or import a whole database or only a particular part of it, and execute MySQL commands. The tool is vital if you want to switch web hosting companies, since you may very easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You will end up with just one file which contains the entire content of the database, so you can easily download it from the present provider, upload it to the hosting server of the new one and import it through the same tool on their end. Your website will look exactly the same, simply because all script applications store their data in a database. With phpMyAdmin you can also conveniently search and replace information of your choosing across the whole website - a word, an expression or a link, for example.

phpMyAdmin in Cloud Web Hosting

phpMyAdmin is offered as a part of our cloud web hosting and you'll be able to access it whenever you want via your Hepsia CP. All databases which you set up inside the account shall be listed in alphabetical order within the MySQL Databases section of the Control Panel and all it will take to access any of them shall be to click on the tiny phpMyAdmin icon, which will be on the right side of every database. You'll not need to enter any information, because you will be logged in automatically in a new web browser tab. If you'd like to sign in by hand instead of using the Control Panel, you shall be able to do that via our direct phpMyAdmin login page in which you shall have to enter the database username and password. This option is helpful if you need to offer access to a particular database to some third party, for example a web designer.