phpMyAdmin is a feature-rich tool coded in PHP, which shall give you full control over a MySQL database. You could do literally anything - create fields, rows and tables, erase them or alter their data, export or import a whole database or only a specific part of it, and execute MySQL commands. The tool is necessary in case you want to switch hosting companies, as you may effortlessly generate a full backup of a database in several formats (SQL, CSV, XML). You shall end up with only one file which contains the whole content of the database, so you could download it from the current provider, upload it to the hosting server of the new one and import it using the same tool on their end. Your internet site shall look exactly the same, simply because all script applications store their content in a database. With phpMyAdmin you could also easily search and replace information of your preference across the whole web site - a word, a phrase or a link, for example.

phpMyAdmin in Shared Web Hosting

phpMyAdmin is a part of each shared web hosting we provide and it is accessible through our in-house built Hepsia CP. A small phpMyAdmin icon shall be displayed on the right side of any database that you create in the MySQL Databases section of the Control Panel and by clicking on the icon for the database that you want to access, you shall be logged into the application instantly in a new tab of your web browser. Then you can do everything you would like - export the whole or a part of the content, import a database, run SQL queries, search and replace terms. If you do not want to use the Control Panel, you will also be able to sign in via a direct phpMyAdmin login page, but you need to know the database username and password. The last feature is helpful if you have to give access to a database to a third-party.

phpMyAdmin in Semi-dedicated Servers

phpMyAdmin is one of the software tools which come with our Linux semi-dedicated servers. You can log into it and handle all of your MySQL databases if you click on the phpMyAdmin icon located on the right side of every database which you have created using your Hepsia Internet hosting Control Panel. You will not need to do anything else, because our system shall log you in automatically and you may proceed with the tasks you want to do - import a database file from another company, change some content, and so forth. You can access a database by using the direct phpMyAdmin login page also, but in this case you will need to enter the correct account information. You could use this option if you hire a website designer, as they can work on your website without accessing your hosting CP. That way, all files and email messages you have inside the account will be safe.