phpMyAdmin is a feature-rich tool written in PHP, which shall give you full control over a MySQL database. You can do literally everything - create fields, rows and tables, remove them or change their content, export or import an entire database or just a specific part of it, and execute MySQL commands. The tool is irreplaceable when you need to switch web hosting providers, simply because you can very easily create a full backup of a database in a number of formats (SQL, CSV, XML). You'll end up with only one file containing the entire content of the database, so you can download it from the current provider, upload it to the web server of the new one and import it using the same tool on their end. Your site shall look exactly the same, because all script apps store their content inside a database. With phpMyAdmin you can also quickly search and replace content of your choice across the entire website - a word, a phrase or a link, for example.

phpMyAdmin in Cloud Website Hosting

phpMyAdmin is a part of each and every cloud website hosting plan that we offer and it is accessible via our custom Hepsia CP. A small phpMyAdmin icon will be shown on the right side of every database you create in the MySQL Databases section of the CP and by clicking on the icon for the database which you want to access, you will be logged into the app automatically in a new tab of your web browser. Then you can do everything you'd like - export the whole or part of the data, import a database, run SQL queries, search and replace terms. If you don't want to go through the Control Panel, you will also be able to sign in using a direct phpMyAdmin login page, but you ought to know the database username and password. The last feature is useful if you have to give access to a database to a third-party.

phpMyAdmin in Semi-dedicated Servers

If you have a semi-dedicated server plan from our company, you will be able to access phpMyAdmin to manage any MySQL database that you create inside your account from the Hepsia hosting CP. A new tab shall open inside your Internet browser the moment you click on the phpMyAdmin icon for a specific database and you will be logged into the advanced tool automatically, so you will not have to enter the database username or password. If you want to provide access to another person like a web developer, for example, you could give them the database login details and they shall be able to log in using a direct link to phpMyAdmin, so they'll never need access to your entire hosting account. This option will allow you to keep your files and emails safe at all times.