phpMyAdmin is a feature-rich tool coded in PHP, which will present you with total control over a MySQL database. You could do virtually anything - set up fields, rows and tables, remove them or alter their content, export or import an entire database or just a certain part of it, and execute MySQL commands. The tool is irreplaceable when you want to switch hosting companies, since you could conveniently generate a full backup of a database in a variety of formats (SQL, CSV, XML). You'll end up with one file containing the entire 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 will look exactly the same, for the reason that all script applications store their content within a database. With phpMyAdmin you may also conveniently search and replace content material of your preference across the whole internet site - a word, a phrase or a link, for instance.
phpMyAdmin in Shared Hosting
phpMyAdmin is part of each shared hosting which we offer and it is accessible through our in-house built Hepsia CP. A little phpMyAdmin icon shall be shown on the right side of any database which you set up inside the MySQL Databases section of the CP and by clicking on the icon for the database that you want to access, you shall be logged into the application immediately in a new tab of your browser. Then you can do anything you'd like - export the entire or part of the content, import a database, run SQL queries, search and replace terms. If you don't want to employ the CP, you'll also be able to sign in using a direct phpMyAdmin login page, but you ought to know the database username and password. The last function is beneficial if you have to give access to a database to a third-party.
phpMyAdmin in Semi-dedicated Hosting
If you host any script-driven website inside a semi-dedicated server account from our company, you shall be able to control the website database manually effortlessly because you can log in to phpMyAdmin straight from your website hosting Control Panel. Any MySQL database which you create will be listed inside the Databases section of your account and it will 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 Internet browser and it shall log you in automatically, so that you can export/import or modify any content that you want. We also provide the option to log in straight to phpMyAdmin without using your Control Panel. In this case, the login is manual and requires a username and a password. This feature will permit you to grant access to a certain database to other people without giving them access to your hosting account.