phpMyAdmin
What's phpMyAdmin? What is its function? Why will your web sites need it?
phpMyAdmin is a sophisticated tool which will enable you to manage MySQL databases. It is written in PHP and offers an easy to work with web interface to: create, remove or modify database cells, rows and entire tables. Less experienced users may employ the tool to import or export a database with a couple of clicks in a number of formats - XML, SQL, CSV and PDF, and that's the swiftest and the simplest way to transfer a script-driven website from one hosting provider to another, since almost all of the data of this kind of a website is stored in a database, not in static files. Knowledgeable users can access numerous advanced features including running MySQL statements or controlling the privileges of database users. phpMyAdmin is one of the most popular MySQL management systems out there.
-
phpMyAdmin in Shared Hosting
phpMyAdmin is part of every
shared hosting which we provide and it's accessible from our custom-made Hepsia CP. A small phpMyAdmin icon shall be displayed on the right side of any database you create in 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 app immediately in a new tab of your Internet browser. Then you can do everything you'd like - export the whole or part of the content, import a database, run SQL queries, search and replace terms. If you do not want to employ the Control Panel, you'll also be able to log in via a direct phpMyAdmin login page, but you need to know the database account information. The last function is beneficial if you have to give access to a database to a third-party.