phpMyAdmin is a feature-rich tool developed in PHP, which shall provide you with 100 % control over a MySQL database. You could do literally anything - set up fields, rows and tables, remove them or alter their data, export or import a whole database or just a certain part of it, and execute MySQL commands. The tool is irreplaceable when you want to switch web hosting companies, simply because you could very easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You shall end up with one file that contains the entire content of the database, so you could download it from the present 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, due to the fact that all script applications store their data within a database. With phpMyAdmin you could also easily search and replace information of your choosing across the whole website - a word, an expression or a link, for instance.
phpMyAdmin in Cloud Website Hosting
phpMyAdmin is a part of every cloud website hosting plan that we provide and it is accessible via our tailor-made Hepsia CP. A small phpMyAdmin icon will be displayed on the right side of every database which you create in the MySQL Databases section of the Control Panel and by clicking on the icon for the database you want to access, you'll be logged into the app automatically in a new tab of your Internet browser. Then you can do everything you'd like - export the entire or a part of the content, import a database, run SQL queries, search and change terms. If you do not want to use the Control Panel, you'll also be able to sign in through a direct phpMyAdmin login page, but you need to know the database username and password. The last feature is useful if you have to provide access to a database to a third-party.
phpMyAdmin in Semi-dedicated Servers
When you host a script-driven website inside a semi-dedicated server account from our company, you will be able to administer the website database manually without any difficulty since you can log in to phpMyAdmin straight from your website hosting Control Panel. Any MySQL database which you create shall be listed in 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 in your Internet browser and it shall log you in automatically, to permit you to export/import or modify any content that you want. We also provide the option to log in directly to phpMyAdmin without going through your Control Panel. In this situation, the login is manual and requires a username and a password. This function will enable you to provide access to a particular database to other individuals without giving them access to your hosting account.