phpMyAdmin is a feature-rich tool written in PHP, that will give you complete control over a MySQL database. You could do absolutely everything - set up fields, rows and tables, remove them or modify their data, export or import a whole database or only a specific part of it, and execute MySQL commands. The tool is vital in case you need to switch hosting providers, due to the fact that you may conveniently generate a full backup of a database in several formats (SQL, CSV, XML). You'll end up with a single file which contains the entire content of the database, so you can easily download it from the present 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, due to the fact that all script apps store their data inside a database. With phpMyAdmin you may also conveniently search and replace information of your preference across the whole web site - a word, an expression or a link, for instance.

phpMyAdmin in Shared Hosting

phpMyAdmin is a part of every single Linux shared hosting service which we offer and it's accessible via our custom-made Hepsia Control Panel. A little phpMyAdmin icon shall be shown on the right side of any database you create in the MySQL Databases section of the Control Panel and by clicking on the icon for the database which you want to access, you will be logged into the application immediately 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 modify terms. If you don't want to employ the Control Panel, you'll also be able to log in via a direct phpMyAdmin login page, but you should know the database account information. The last feature is handy if you have to provide access to a database to a third-party.

phpMyAdmin in Semi-dedicated Hosting

When you host a script-driven site inside a semi-dedicated server account from our company, you shall be able to handle the website database manually with ease since you can sign in to phpMyAdmin straight from your website hosting CP. Any MySQL database that you set up will be listed inside the Databases section of your account and it'll have a phpMyAdmin icon on its right side. Accessing the tool for a specific database is as basic as clicking on that icon and our system will open a new tab inside your web browser and it'll log you in automatically, so you can export/import or modify any content that you want. We also offer the option to log in directly to phpMyAdmin without using your CP. In this situation, the login is manual and requires a username and a password. This feature allows you to grant access to a certain database to other people without giving them access to your Internet hosting account.