phpMyAdmin is a feature-rich tool developed in PHP, which will give you total control of a MySQL database. You could do virtually everything - create fields, rows and tables, delete them or alter their content, export or import a whole database or only a specific part of it, and execute MySQL commands. The tool is necessary if you want to switch web hosting companies, because you could easily generate a full backup of a database in a variety of formats (SQL, CSV, XML). You will end up with just one file that contains the whole content of the database, so you can download it from the present provider, upload it to the web server of the new one and import it via the same tool on their end. Your internet site shall look exactly the same, simply because all script applications store their data in a database. With phpMyAdmin you could also easily search and replace information of your choosing across the entire internet site - a word, a phrase or a link, for instance.

phpMyAdmin in Shared Web Hosting

phpMyAdmin is featured as part of our shared web hosting and you shall be able to access it anytime from your Hepsia Control Panel. All databases that you set up inside the account shall be listed in alphabetical order in the MySQL Databases section of the Control Panel and all it shall take to access any of them shall be to click on the small phpMyAdmin icon, which will be on the right side of every database. You will not have to input any info, because you will be logged in automatically in a new browser tab. If you would like to log in by hand and not going through the CP, you will be able to do this via our direct phpMyAdmin login page in which you will have to enter the database account information. This option is useful if you have to grant access to a specific database to some third party, such as a web designer.

phpMyAdmin in Semi-dedicated Servers

If you host a script-driven website inside a semi-dedicated server account from our company, you shall be able to control the site database manually without difficulty since you can log in to phpMyAdmin straight from your website hosting CP. Any MySQL database which you set up 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 simple as clicking on that icon and our system shall open a new tab in your Internet browser and it shall log you in automatically, to permit you to export/import or change any content that you would like. We also offer the option to log in straight to phpMyAdmin without using your CP. In cases like this, the login is manual and requires a username and a password. This function allows you to give access to a specific database to other people without giving them access to your hosting account.