phpMyAdmin is a feature-rich tool developed in PHP, which will present you with 100 % control of a MySQL database. You could do virtually everything - set up fields, rows and tables, remove them or change their content, export or import a whole database or just a specific part of it, and execute MySQL commands. The tool is very important if you need to switch hosting providers, simply because you may easily create a full backup of a database in different formats (SQL, CSV, XML). You shall end up with only 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 via the same tool on their end. Your site will look exactly the same, simply because all script applications store their content inside a database. With phpMyAdmin you could also conveniently search and replace information of your choosing across the entire internet site - a word, an expression or a link, for instance.

phpMyAdmin in Website Hosting

phpMyAdmin is a part of each and every Linux website hosting that we provide and it's accessible from our in-house built Hepsia Control Panel. A small phpMyAdmin icon shall be shown on the right side of every database which you create in the MySQL Databases section of the CP and by clicking on the icon for the database you want to access, you will be logged into the application automatically in a new tab of your browser. Then you can do anything you would like - export the entire or a part of the content, import a database, run SQL queries, search and change terms. If you don't want to use the CP, you will also be able to sign in via a direct phpMyAdmin login page, but you must 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 Hosting

If you host your script-driven Internet site inside a semi-dedicated server account from our company, you'll be able to control the website database manually effortlessly simply because you can log in to phpMyAdmin directly from your hosting Control Panel. Any MySQL database you create will be listed in the Databases section of your account and it shall 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 will open a new tab in your Internet browser and it shall log you in automatically, to enable you to export/import or change any content you want. We also offer the option to log in straight to phpMyAdmin without employing your Control Panel. In such cases, the login is manual and requires a username and a password. This feature permits you to give access to a particular database to other individuals without giving them access to your hosting account.