phpMyAdmin
What is phpMyAdmin? What is its function? Why will your web sites require it?
phpMyAdmin is a feature-rich tool written in PHP, that will present you with complete control of a MySQL database. You may do absolutely everything - set up fields, rows and tables, remove them or alter their content, export or import an entire database or only a certain part of it, and execute MySQL commands. The tool is irreplaceable if you need to switch web hosting providers, since you may easily generate a full backup of a database in a number of formats (SQL, CSV, XML). You shall end up with a single file containing the entire content of the database, so you can easily download it from the current provider, upload it to the hosting server of the new one and import it using the same tool on their end. Your site will look exactly the same, because all script apps store their data inside a database. With phpMyAdmin you could also effortlessly search and replace content of your choice across the whole web site - a word, an expression or a link, for example.
-
phpMyAdmin in Hosting
You shall be able to use phpMyAdmin to access any database you create in a
hosting account bought from our company simply because we provide the tool by default with all plans. After you log in to your Hepsia Internet hosting CP and set up a new database in the MySQL Databases section, a tiny phpMyAdmin icon shall appear on its right-hand side. All it takes to log in instantly is to click on that icon and the tool will open inside a new web browser tab, so that you can control the database data. This is also how you can import a database if you are moving your website from another provider to our state-of-the-art cloud hosting platform. An alternative way to log in to a database is if you use our direct phpMyAdmin login URL, but you have to know the DB username and password. This option will enable you to give access to any database to other individuals, without providing them with access to the whole website hosting account.