phpMyAdmin
What is phpMyAdmin? What is its role? Why will your Internet sites need it?
phpMyAdmin is a feature-rich tool written in PHP, that will give you 100 % control over a MySQL database. You may do practically everything - set up fields, rows and tables, remove them or alter their data, export or import an entire database or just a particular part of it, and execute MySQL commands. The tool is irreplaceable if you need to switch hosting providers, since you could very easily generate a full backup of a database in a number of formats (SQL, CSV, XML). You will end up with just one file which contains the whole content of the database, so you may download it from the current provider, upload it to the hosting server of the new one and import it via the same tool on their end. Your site shall look exactly the same, for the reason that all script apps store their content in a database. With phpMyAdmin you can also easily search and replace information of your choice across the whole web site - a word, a phrase or a link, for instance.
-
phpMyAdmin in Hosting
phpMyAdmin is part of every
Linux hosting that we offer and it is accessible through our in-house built Hepsia CP. A small phpMyAdmin icon shall be displayed on the right side of any database which you create inside the MySQL Databases section of the Control Panel and by clicking on the icon for the database that you want to access, you shall be logged into the application automatically in a new tab of your browser. Then you can do anything you'd like - export the whole or part of the data, import a database, run SQL queries, search and modify terms. If you do not want to go through the Control Panel, you'll also be able to sign in through a direct phpMyAdmin login page, but you should know the database account information. The last feature is handy if you have to grant access to a database to a third-party.
-
phpMyAdmin in Semi-dedicated Hosting
When you host any script-driven Internet site inside a
semi-dedicated server account from our company, you shall be able to manage the site database manually effortlessly simply because you can sign in to phpMyAdmin directly from your hosting Control Panel. Any MySQL database which you set up shall 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 certain database is as simple as clicking on that icon and our system will open a new tab in your web browser and it'll log you in automatically, to permit you to export/import or change any content that you would like. We also offer the option to log in directly to phpMyAdmin without employing your CP. In this situation, the login is manual and requires a username and a password. This feature will allow you to give access to a certain database to other individuals without giving them access to your hosting account.