phpMyAdmin is a feature-rich tool written in PHP, which shall provide you with full control over a MySQL database. You can do practically anything - set up fields, rows and tables, delete them or change their content, export or import a whole database or just a specific part of it, and execute MySQL commands. The tool is vital when you want to switch hosting providers, since you can easily create a full backup of a database in several formats (SQL, CSV, XML). You shall end up with a single file which contains the entire content of the database, so you could download it from the present provider, upload it to the hosting server of the new one and import it using the same tool on their end. Your site shall look exactly the same, for the reason that all script apps store their data inside a database. With phpMyAdmin you can also quickly search and replace information of your preference across the whole web site - a word, an expression or a link, for example.

phpMyAdmin in Cloud Hosting

phpMyAdmin is part of each cloud service which we offer and it is accessible through our custom-built Hepsia CP. A small phpMyAdmin icon will be displayed on the right side of any database which you set up in the MySQL Databases section of the CP and by clicking on the icon for the database you want to access, you will be logged into the app automatically in a new tab of your browser. Then you can do everything you'd like - export the entire or part of the content, import a database, run SQL queries, search and change terms. If you do not want to go through the Control Panel, you'll also be able to sign in via a direct phpMyAdmin login page, but you should know the database username and password. The last function is beneficial if you have to give access to a database to a third-party.

phpMyAdmin in Semi-dedicated Servers

We offer phpMyAdmin with every semi-dedicated server account since our packages support MySQL-driven websites. The tool is included in our in-house built Hepsia hosting Control Panel and if you would like to edit any database, you simply need to go to the MySQL section and click on the phpMyAdmin icon for a given database. You shall not need any login credentials as you shall be signed in automatically. If you don't want to use your Control Panel or you want to provide access to any database to another person for some reason, you shall also have an alternative option - to navigate to our phpMyAdmin direct login page where our system will require the database username and password. If you hire a web designer, for instance, you can use this particular option to enable them to work on your site without granting them access to any files, email messages or some other databases inside the account.