phpMyAdmin is a feature-rich tool coded in PHP, that will give you total control over a MySQL database. You can do absolutely everything - set up fields, rows and tables, remove them or change their content, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is very important in case you would like to switch hosting companies, due to the fact that you can conveniently create a full backup of a database in different formats (SQL, CSV, XML). You will end up with a single file that contains the entire content of the database, so you could download it from the current provider, upload it to the hosting server of the new one and import it using the same tool on their end. Your website will look exactly the same, because all script applications store their data in a database. With phpMyAdmin you can also quickly search and replace content material of your choosing across the whole web site - a word, an expression or a link, for instance.

phpMyAdmin in Cloud Hosting

phpMyAdmin is a part of each cloud hosting that we offer and it is accessible from our custom-made Hepsia CP. A small phpMyAdmin icon shall be shown on the right side of each database that you create in the MySQL Databases section of the CP and by clicking on the icon for the database that you want to access, you'll be logged into the application instantly in a new tab of your Internet browser. Then you can do anything you would like - export the whole or part of the content, import a database, run SQL queries, search and change terms. If you don't want to go through the Control Panel, you will also be able to sign in via a direct phpMyAdmin login page, but you need to know the database account information. The last feature 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 Internet site in a semi-dedicated server account from our company, you shall be able to control the site database manually without any difficulty as you can log in to phpMyAdmin directly from your website hosting CP. Any MySQL database that you set up will be listed inside 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 easy as clicking on that icon and our system will open a new tab in your browser and it'll log you in automatically, to enable you to export/import or change any content that you would like. We also offer the option to sign in straight to phpMyAdmin without employing your Control Panel. In this case, the login is manual and requires a username and a password. This feature enables you to give access to a specific database to other individuals without giving them access to your website hosting account.