phpMyAdmin is a feature-rich tool coded in PHP, which will give you total control over a MySQL database. You can do literally everything - create fields, rows and tables, remove them or alter their content, export or import an entire database or only a certain part of it, and execute MySQL commands. The tool is essential in case you would like to switch hosting providers, as you may easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with just one file that contains the entire 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 via the same tool on their end. Your site shall look exactly the same, simply because all script applications store their data within a database. With phpMyAdmin you could also easily search and replace information of your choice across the whole website - a word, an expression or a link, for instance.

phpMyAdmin in Cloud Hosting

phpMyAdmin is part of each Linux cloud package that we offer and it is accessible through our in-house made Hepsia CP. A small phpMyAdmin icon shall be shown on the right side of any database that you create inside the MySQL Databases section of the CP and by clicking on the icon for the database that you want to access, you'll be logged into the app instantly in a new tab of your browser. Then you can do anything you'd like - export the whole or part of the data, import a database, run SQL queries, search and change terms. If you do not want to employ the CP, you'll also be able to log in through a direct phpMyAdmin login page, but you should know the database account information. The last function is useful if you have to grant access to a database to a third-party.

phpMyAdmin in Semi-dedicated Hosting

When you have a semi-dedicated server package from our company, you will be able to access phpMyAdmin to manage any MySQL database which you create in your account through the Hepsia hosting Control Panel. A new tab shall open in your browser as soon as you click on the phpMyAdmin icon for a particular database and you'll be logged into the advanced tool automatically, so you'll not need to input the database username or password. If you would like to give access to another person like a website designer, for example, you could give them the database login information and they will be able to log in through a direct link to phpMyAdmin, so they will never need access to your whole hosting account. This option will allow you to keep your files and emails safe at all times.