phpMyAdmin is a feature-rich tool developed in PHP, which shall give you total control over a MySQL database. You can do literally everything - set up fields, rows and tables, delete them or change their data, export or import an entire database or only a specific part of it, and execute MySQL commands. The tool is essential in case you need to switch web hosting providers, simply because you can easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with just one file containing the entire content of the database, so you may download it from the current provider, upload it to the web server of the new one and import it through the same tool on their end. Your site shall look exactly the same, due to the fact that all script applications store their data within a database. With phpMyAdmin you can also effortlessly search and replace information of your preference across the entire website - a word, an expression or a link, for example.

phpMyAdmin in Cloud Hosting

phpMyAdmin is a part of each cloud plan that we provide and it is accessible through our in-house made Hepsia CP. A little phpMyAdmin icon shall be shown on the right side of every database you set up inside the MySQL Databases section of the Control Panel and by clicking on the icon for the database you want to access, you'll be logged into the app instantly in a new tab of your web browser. Then you can do anything you would like - export the entire or a part of the data, import a database, run SQL queries, search and modify terms. If you don't want to employ the CP, you shall also be able to sign in through a direct phpMyAdmin login page, but you should know the database account information. The last function is helpful if you have to provide access to a database to a third-party.

phpMyAdmin in Semi-dedicated Servers

When you host any script-driven website in a semi-dedicated server account from our company, you will be able to control the website database manually effortlessly simply because you can log in to phpMyAdmin directly from your hosting CP. Any MySQL database you set up shall be listed in the Databases section of your account and it will have a phpMyAdmin icon on its right side. Accessing the tool for a particular database is as simple as clicking on that icon and our system will open a new tab inside your web browser and it shall log you in automatically, to permit you to export/import or modify any content that you'd like. We also provide the option to log in straight to phpMyAdmin without going through your CP. In cases like this, the login is manual and requires a username and a password. This function enables you to give access to a particular database to other people without giving them access to your web hosting account.