phpMyAdmin is a feature-rich tool coded in PHP, that will provide you with complete control over a MySQL database. You can do practically everything - create fields, rows and tables, erase them or change their content, export or import a whole database or just a certain part of it, and execute MySQL commands. The tool is essential when you would like to switch web hosting providers, simply because you could conveniently create a full backup of a database in several formats (SQL, CSV, XML). You shall end up with a single file containing the entire content of the database, so you could download it from the current provider, upload it to the web 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 content in a database. With phpMyAdmin you may also effortlessly search and replace information of your choosing across the entire internet site - a word, an expression or a link, for example.

phpMyAdmin in Cloud Hosting

phpMyAdmin is offered as a part of our cloud hosting and you will be able to access it anytime via your Hepsia CP. All databases which you set up inside the account will be listed in alphabetical order inside the MySQL Databases section of the CP and all it will take to access any of them shall be to click on the little phpMyAdmin icon, which will be on the right side of each and every database. You will not need to enter any information, because you'll be logged in automatically in a new web browser tab. If you prefer to sign in by hand instead of using the Control Panel, you shall be able to do so using our direct phpMyAdmin login page where you'll have to enter the database username and password. This option is helpful if you have to give access to a specific database to some third party, such as a web designer.