phpMyAdmin is a feature-rich tool written in PHP, which shall offer you full control over a MySQL database. You can do literally everything - set up fields, rows and tables, delete 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 necessary if you want to switch web hosting companies, as you can very easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with just one file containing the whole content of the database, so you may download it from the current provider, upload it to the server of the new one and import it through the same tool on their end. Your site shall look exactly the same, because all script applications store their data within a database. With phpMyAdmin you could also quickly search and replace information of your preference across the whole web site - a word, an expression or a link, for instance.

phpMyAdmin in Cloud Hosting

phpMyAdmin is provided as an element of our cloud hosting and you shall be able to access it whenever you want through your Hepsia Control Panel. All databases you set up inside the account will be listed in alphabetical order inside the MySQL Databases section of the CP and all it shall take to access any of them will be to click on the small phpMyAdmin icon, which will be on the right side of each and every database. You won't have to enter any info, because you'll be logged in automatically in a new web browser tab. If you would like to sign in by hand and not going through the Control Panel, you will be able to do this using our direct phpMyAdmin login page where you shall have to type in the database username and password. This option is helpful if you need to grant access to a specific database to some third party, for instance a web designer.

phpMyAdmin in Semi-dedicated Servers

If you host any script-driven Internet site in a semi-dedicated server account from our company, you will be able to handle the website database manually without difficulty simply because you can log in to phpMyAdmin straight from your hosting Control Panel. Any MySQL database you create will be listed inside the Databases section of your account and it shall 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 shall open a new tab in your web browser and it will log you in automatically, so that you can export/import or modify any content that you would like. We also provide the option to sign in straight to phpMyAdmin without going through your Control Panel. In cases like this, the login is manual and requires a username and a password. This feature will allow you to give access to a specific database to other individuals without giving them access to your hosting account.