phpMyAdmin
Find out what phpMyAdmin is, just what it’s used for and why you will need it for your web sites.
phpMyAdmin is a feature-rich tool developed in PHP, which will offer you 100 % control of a MySQL database. You could do literally everything - create fields, rows and tables, erase them or alter their content, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is irreplaceable in case you want to switch web hosting companies, because you may effortlessly generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with one file that contains the whole content of the database, so you could download it from the current provider, upload it to the server of the new one and import it using the same tool on their end. Your website shall look exactly the same, because all script apps store their content in a database. With phpMyAdmin you can also conveniently search and replace content of your choice across the entire web site - a word, an expression or a link, for example.
phpMyAdmin in Shared Hosting
phpMyAdmin is available as part of our shared packages and you'll be able to access it anytime from your Hepsia CP. All databases which you set up in the account shall be listed in alphabetical order inside the MySQL Databases section of the CP and all it shall take to gain access to any of them shall be to click on the small phpMyAdmin icon, that'll be on the right side of each and every database. You will not need to enter any info, as you'll be logged in automatically in a new web browser tab. If you would like to log in manually and not going through the CP, you will be able to do this through our direct phpMyAdmin login page where you'll have to type in the database account information. This option is helpful if you have to grant access to a particular database to a third party, for instance a web designer.