phpMyAdmin
Find out what phpMyAdmin is, what it’s used for and the reasons why you will be needing it for your sites.
phpMyAdmin is a feature-rich tool coded in PHP, which shall present you with complete control of a MySQL database. You can do literally anything - set up fields, rows and tables, delete them or modify their data, export or import a whole database or only a particular part of it, and execute MySQL commands. The tool is vital when you would like to switch web hosting companies, simply because you could conveniently generate a full backup of a database in several formats (SQL, CSV, XML). You shall end up with just one file which contains the whole content of the database, so you could download it from the present provider, upload it to the server of the new one and import it through the same tool on their end. Your internet site shall look exactly the same, due to the fact that all script apps store their content in a database. With phpMyAdmin you could also effortlessly search and replace content of your preference across the entire website - a word, an expression or a link, for example.
phpMyAdmin in Cloud Hosting
phpMyAdmin is featured as part of our cloud plans and you'll be able to access it at any time through 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 Control Panel and all it will take to gain access to any of them shall be to click on the small phpMyAdmin icon, that'll be on the right side of each database. You won't have to type in any info, as you'll be logged in automatically in a new web browser tab. If you prefer to sign in manually rather than using the Control Panel, you shall be able to do that via our direct phpMyAdmin login page where you shall have to type in the database username and password. This option is useful if you want to give access to a certain database to a third party, for instance a web designer.