phpMyAdmin is a feature-rich tool written in PHP, which will provide you with complete control of a MySQL database. You could do practically anything - create fields, rows and tables, delete them or modify their content, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is necessary when you would like to switch web hosting companies, as you could effortlessly create a full backup of a database in different formats (SQL, CSV, XML). You'll end up with a single file containing the whole content of the database, so you could download it from the current provider, upload it to the hosting server of the new one and import it through the same tool on their end. Your internet site will look exactly the same, simply because all script applications store their content inside a database. With phpMyAdmin you can also quickly search and replace content of your choosing across the whole internet site - a word, a phrase or a link, for instance.

phpMyAdmin in Shared Hosting

phpMyAdmin is part of each Linux shared hosting we provide and it's accessible via our custom-made Hepsia Control Panel. A tiny phpMyAdmin icon will be shown on the right side of every database you create in the MySQL Databases section of the CP and by clicking on the icon for the database which you want to access, you will be logged into the application immediately in a new tab of your Internet browser. Then you can do everything 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 via a direct phpMyAdmin login page, but you should know the database username and password. The last function is handy if you have to provide access to a database to a third-party.

phpMyAdmin in Semi-dedicated Hosting

If you host your script-driven Internet site inside a semi-dedicated server account from our company, you will be able to manage the website database manually without difficulty simply because you can sign in to phpMyAdmin straight from your hosting Control Panel. Any MySQL database you set up shall be listed inside the Databases section of your account and it shall have a phpMyAdmin icon on its right side. Accessing the tool for a particular database is as simple as clicking on that icon and our system will open a new tab in your Internet browser and it'll log you in automatically, to enable you to export/import or change any content you want. We also provide the option to sign in directly to phpMyAdmin without employing your Control Panel. In cases like this, the login is manual and requires a username and a password. This function permits you to grant access to a specific database to other individuals without giving them access to your web hosting account.