phpMyAdmin is a feature-rich tool developed in PHP, which shall present you with total control of a MySQL database. You can do literally everything - create fields, rows and tables, remove them or modify their content, export or import a whole database or just a specific part of it, and execute MySQL commands. The tool is irreplaceable if you need to switch web hosting providers, since you could easily create a full backup of a database in different formats (SQL, CSV, XML). You'll end up with just one file that contains the entire content of the database, so you could download it from the present provider, upload it to the web server of the new one and import it using the same tool on their end. Your internet site shall look exactly the same, due to the fact that all script apps store their content within a database. With phpMyAdmin you can also quickly search and replace information of your preference across the whole internet site - a word, a phrase or a link, for instance.

phpMyAdmin in Cloud Web Hosting

phpMyAdmin is featured as part of our Linux cloud web hosting and you'll be able to access it anytime from your Hepsia Control Panel. All databases you create in the account shall be listed in alphabetical order in the MySQL Databases section of the Control Panel and all it will take to access any of them shall be to click on the tiny phpMyAdmin icon, which will be on the right side of each and every database. You will not have to input any information, since you will be logged in automatically in a new web browser tab. If you'd like to sign in by hand instead of going through the Control Panel, you shall be able to do so via our direct phpMyAdmin login page where you shall have to type in the database username and password. This option is useful if you want to give access to a specific database to a third party, such as a web designer.

phpMyAdmin in Semi-dedicated Servers

If you host any script-driven site in a semi-dedicated server account from our company, you shall be able to handle the website database manually with ease because you can log in to phpMyAdmin straight from your web hosting CP. Any MySQL database 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 certain database is as simple as clicking on that icon and our system will open a new tab inside your browser and it will log you in automatically, to enable you to export/import or modify any content that you'd like. We also offer the option to sign in straight to phpMyAdmin without going through your Control Panel. In this situation, the login is manual and requires a username and a password. This feature enables you to give access to a specific database to other people without giving them access to your website hosting account.