phpMyAdmin is a feature-rich tool written in PHP, which shall present you with 100 % control over a MySQL database. You could do practically everything - set up fields, rows and tables, remove them or modify their content, export or import a whole database or only a certain part of it, and execute MySQL commands. The tool is necessary when you would like to switch hosting providers, because you could very easily generate a full backup of a database in a variety of formats (SQL, CSV, XML). You will end up with only one file that contains the entire content of the database, so you can download it from the current provider, upload it to the web server of the new one and import it via the same tool on their end. Your site shall look exactly the same, due to the fact that all script applications store their data in a database. With phpMyAdmin you could also quickly search and replace content of your choice across the entire website - a word, a phrase or a link, for instance.

phpMyAdmin in Shared Hosting

phpMyAdmin is provided as an element of our Linux shared hosting and you will be able to access it anytime from your Hepsia Control Panel. All databases that you set up inside the account will be listed in alphabetical order inside the MySQL Databases section of the CP and all it will take to gain access to any of them shall be to click on the little phpMyAdmin icon, that'll be on the right side of every database. You'll not have to type in any info, as you will be logged in automatically in a new browser tab. If you prefer to sign in manually instead of using the CP, you'll be able to do this via our direct phpMyAdmin login page where you'll have to type in the database account information. This option is handy if you need to grant access to a particular database to a third party, for instance a web designer.

phpMyAdmin in Semi-dedicated Hosting

When you host any script-driven Internet site in a semi-dedicated server account from our company, you will be able to manage the site database manually without difficulty simply because you can sign in to phpMyAdmin directly from your web hosting CP. Any MySQL database which you create 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 certain database is as basic 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 permit you to export/import or change any content that you want. We also offer the option to sign in directly to phpMyAdmin without employing your Control Panel. In this situation, the login is manual and requires a username and a password. This function will allow you to provide access to a certain database to other individuals without giving them access to your web hosting account.