phpMyAdmin is a feature-rich tool written in PHP, which will offer you complete control over a MySQL database. You could do literally everything - create fields, rows and tables, delete them or alter their data, export or import a whole database or just a particular part of it, and execute MySQL commands. The tool is essential in case you need to switch web hosting providers, simply because you can very easily create a full backup of a database in different formats (SQL, CSV, XML). You shall end up with one file which contains the whole content of the database, so you could download it from the present provider, upload it to the hosting server of the new one and import it via the same tool on their end. Your internet site will look exactly the same, simply because all script applications store their data in a database. With phpMyAdmin you could also conveniently search and replace content material of your preference across the whole internet site - a word, a phrase or a link, for example.

phpMyAdmin in Shared Hosting

phpMyAdmin is a part of every shared hosting we provide and it's accessible via our in-house built Hepsia Control Panel. A little phpMyAdmin icon will be shown on the right side of any database that you create inside 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 web 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 use the CP, you will also be able to sign in through a direct phpMyAdmin login page, but you ought to know the database account information. The last feature is useful if you have to grant access to a database to a third-party.

phpMyAdmin in Semi-dedicated Hosting

If you host any script-driven site inside a semi-dedicated server account from our company, you shall be able to administer the site database manually without any difficulty because you can log in to phpMyAdmin straight from your website hosting Control Panel. Any MySQL database which you create 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 shall open a new tab in your Internet browser and it'll log you in automatically, to enable you to export/import or change any content that you'd like. We also offer the option to log in directly to phpMyAdmin without going through your CP. In such cases, the login is manual and requires a username and a password. This function permits you to provide access to a certain database to other people without giving them access to your hosting account.