phpMyAdmin is a feature-rich tool written in PHP, which shall present you with total control over a MySQL database. You can do absolutely everything - create fields, rows and tables, delete them or modify their content, export or import a whole database or just a certain part of it, and execute MySQL commands. The tool is very important in case you need to switch hosting providers, since you may easily generate a full backup of a database in several formats (SQL, CSV, XML). You shall end up with just one file containing the entire content of the database, so you can download it from the present provider, upload it to the web server of the new one and import it via the same tool on their end. Your internet site will look exactly the same, simply because all script applications store their data in a database. With phpMyAdmin you can also quickly search and replace information of your preference across the entire website - a word, an expression or a link, for instance.

phpMyAdmin in Shared Website Hosting

phpMyAdmin is provided as part of our Linux shared website hosting and you'll be able to access it at any time from your Hepsia CP. All databases which you set up inside the account shall be listed in alphabetical order in the MySQL Databases section of the CP and all it will take to log in to any of them will be to click on the tiny phpMyAdmin icon, which will be on the right side of each and every database. You'll not have to type in any info, as you'll be logged in automatically in a new web browser tab. If you would like to sign in by hand instead of going through the CP, you'll be able to do so through our direct phpMyAdmin login page where you shall have to enter the database account information. This option is helpful if you need to grant access to a particular database to a third party, for instance a web designer.

phpMyAdmin in Semi-dedicated Servers

When you host your script-driven site inside a semi-dedicated server account from our company, you'll be able to control the site database manually without difficulty simply because you can log in to phpMyAdmin straight from your web hosting Control Panel. Any MySQL database you create shall be listed in the Databases section of your account and it shall have a phpMyAdmin icon on its right side. Accessing the tool for a specific database is as easy as clicking on that icon and our system shall open a new tab inside your web browser and it'll log you in automatically, to enable you to export/import or change any content that you want. We also offer the option to log in directly to phpMyAdmin without employing your CP. In this case, the login is manual and requires a username and a password. This feature will permit you to give access to a specific database to other people without giving them access to your web hosting account.