phpMyAdmin is a feature-rich tool coded in PHP, that will present you with full control of a MySQL database. You may do literally anything - set up fields, rows and tables, remove them or modify their data, export or import an entire database or just a specific part of it, and execute MySQL commands. The tool is very important in case you would like to switch hosting providers, because you can conveniently generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with only one file that contains the entire content of the database, so you may 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, due to the fact that all script applications store their content within a database. With phpMyAdmin you could also easily search and replace information of your choice across the whole website - a word, a phrase or a link, for example.

phpMyAdmin in Web Hosting

phpMyAdmin is a part of every Linux web hosting package that we offer and it is accessible from our in-house built Hepsia Control Panel. A small phpMyAdmin icon will be shown on the right side of each database you create inside the MySQL Databases section of the Control Panel and by clicking on the icon for the database which you want to access, you shall be logged into the app instantly in a new tab of your browser. Then you can do everything you would 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'll also be able to sign in via a direct phpMyAdmin login page, but you must know the database account information. The last function is helpful if you have to provide access to a database to a third-party.

phpMyAdmin in Semi-dedicated Hosting

We provide phpMyAdmin with each semi-dedicated server account as all our plans support MySQL-driven sites. The tool is integrated inside our in-house built Hepsia website hosting CP and if you want to change any database, you just have to go to the MySQL section and click on the phpMyAdmin icon for a certain database. You will not need any login credentials because you will be signed in automatically. If you don't want to employ your Control Panel or you want to provide access to any database to another individual for whatever reason, you shall also have an alternative option - to go to our phpMyAdmin direct login web page where our system will require the database account information. If you hire a web developer, for example, you can use this option to enable them to work on your website without giving them access to any files, email messages or other databases in the account.