phpMyAdmin
Find out what phpMyAdmin is, just what it’s useful for and why you will need it for your sites.
phpMyAdmin is a feature-rich tool coded in PHP, which shall offer you complete control of a MySQL database. You can do practically everything - create fields, rows and tables, remove them or alter their data, export or import a whole database or only a certain part of it, and execute MySQL commands. The tool is vital in case you would like to switch hosting companies, as you may very easily generate a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with a single file containing the whole content of the database, so you can easily download it from the current provider, upload it to the web server of the new one and import it using the same tool on their end. Your site shall look exactly the same, because all script apps store their data in a database. With phpMyAdmin you can also effortlessly search and replace information of your choice across the entire internet site - a word, an expression or a link, for example.
phpMyAdmin in Cloud Web Hosting
phpMyAdmin is part of each cloud web hosting plan that we provide and it is accessible via our in-house built Hepsia Control Panel. A small phpMyAdmin icon will be shown on the right side of every database which you set up inside the MySQL Databases section of the CP and by clicking on the icon for the database which you want to access, you'll be logged into the app immediately in a new tab of your web browser. Then you can do anything you would like - export the entire or a part of the content, import a database, run SQL queries, search and change terms. If you do not want to employ the CP, you shall also be able to log in via a direct phpMyAdmin login page, but you should know the database account information. The last function is handy if you have to give access to a database to a third-party.