phpMyAdmin is a feature-rich tool developed in PHP, which shall give you 100 % control of a MySQL database. You can do practically everything - create fields, rows and tables, delete them or change their data, export or import an entire database or just a specific part of it, and execute MySQL commands. The tool is necessary when you want to switch hosting providers, since you could easily generate a full backup of a database in a variety of formats (SQL, CSV, XML). You will end up with one file containing the whole content of the database, so you can easily 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 will 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 content of your choice across the whole internet site - a word, a phrase or a link, for instance.

phpMyAdmin in Web Hosting

phpMyAdmin is provided as a part of our Linux web hosting packages and you shall be able to access it anytime via your Hepsia Control Panel. All databases you create in the account shall be listed in alphabetical order in the MySQL Databases section of the Control Panel and all it shall take to gain access to any of them will be to click on the tiny phpMyAdmin icon, that will be on the right side of each and every database. You will not have to input any information, because you will be logged in automatically in a new web browser tab. If you would like to sign in by hand instead of going through the Control Panel, you will be able to do this using our direct phpMyAdmin login page where you will have to enter the database account information. This option is helpful if you need to grant access to a specific database to some third party, for example a web designer.

phpMyAdmin in Semi-dedicated Hosting

We supply phpMyAdmin with every single semi-dedicated server account since all our packages support MySQL-driven websites. The tool is incorporated inside our in-house built Hepsia website hosting CP and if you'd like to change any database, you simply need to go to the MySQL section and click on the phpMyAdmin icon for a particular database. You will not need any login credentials as you will be logged in automatically. If you do not want to go through your Control Panel or you need to grant access to any database to another person for whatever reason, you'll also have an alternative option - to visit our phpMyAdmin direct login web page where our system will require the database details. If you hire a website design company, for instance, you can take advantage of that option to permit them to work on your website without giving them access to any files, emails or any other databases in the account.