phpMyAdmin is a feature-rich tool written in PHP, which shall offer you total control of a MySQL database. You may do absolutely anything - create fields, rows and tables, delete them or alter their data, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is vital in case you want to switch hosting providers, due to the fact that you may easily create a full backup of a database in several formats (SQL, CSV, XML). You'll end up with a single file which contains the whole content of the database, so you can easily download it from the current provider, upload it to the hosting server of the new one and import it via the same tool on their end. Your site shall look exactly the same, for the reason that all script applications store their content within a database. With phpMyAdmin you may also easily search and replace information of your choice across the entire website - a word, an expression or a link, for example.

phpMyAdmin in Cloud Web Hosting

phpMyAdmin is part of each and every cloud web hosting we provide and it is accessible from our custom-built Hepsia CP. A tiny phpMyAdmin icon shall be shown on the right side of each database that 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 instantly in a new tab of your Internet browser. Then you can do everything you'd like - export the whole or part of the data, import a database, run SQL queries, search and change terms. If you do not want to use the Control Panel, you will also be able to sign in through a direct phpMyAdmin login page, but you need to know the database account information. The last function is handy if you have to give access to a database to a third-party.

phpMyAdmin in Semi-dedicated Servers

If you host any script-driven site inside a semi-dedicated server account from our company, you will be able to control the website database manually effortlessly as you can sign in to phpMyAdmin directly from your hosting Control Panel. Any MySQL database which you set up will 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 specific database is as simple as clicking on that icon and our system will open a new tab in your browser and it will log you in automatically, to enable you to export/import or change any content you want. We also provide the option to log in directly to phpMyAdmin without going through your Control Panel. In this case, the login is manual and requires a username and a password. This function will allow you to give access to a certain database to other people without giving them access to your hosting account.