phpMyAdmin
What is phpMyAdmin? What is its purpose? Why will your web sites need it?
phpMyAdmin is a feature-rich tool coded in PHP, that will present you with complete control of a MySQL database. You could do literally anything - set up fields, rows and tables, remove them or alter their content, export or import a whole database or just a specific part of it, and execute MySQL commands. The tool is vital if you want to switch hosting companies, due to the fact that you can easily create a full backup of a database in different formats (SQL, CSV, XML). You will end up with just one file which contains the whole 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, because all script applications store their data in a database. With phpMyAdmin you may also quickly search and replace content material of your choosing across the entire website - a word, an expression or a link, for example.
phpMyAdmin in Shared Hosting
phpMyAdmin is a part of every single shared hosting which we provide and it is accessible via our custom-built Hepsia CP. A tiny phpMyAdmin icon will be displayed on the right side of every database you set up in the MySQL Databases section of the CP and by clicking on the icon for the database you want to access, you shall be logged into the app immediately in a new tab of your Internet browser. Then you can do anything you'd like - export the whole or part of the content, import a database, run SQL queries, search and change terms. If you don't want to employ the Control Panel, you will also be able to sign in using a direct phpMyAdmin login page, but you need to know the database account information. The last feature is beneficial if you have to give access to a database to a third-party.