phpMyAdmin
What's phpMyAdmin? What is its purpose? Why will your sites need it?
phpMyAdmin is a feature-rich tool coded in PHP, which will provide you with full control over a MySQL database. You may do literally anything - set up fields, rows and tables, erase them or alter their content, export or import a whole database or just a particular part of it, and execute MySQL commands. The tool is necessary when you want to switch hosting companies, since you could effortlessly generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with only one file that contains the entire content of the database, so you may download it from the present provider, upload it to the server of the new one and import it using the same tool on their end. Your site shall look exactly the same, because all script apps store their content in a database. With phpMyAdmin you can also conveniently search and replace content material of your choosing across the entire internet site - a word, an expression or a link, for instance.
phpMyAdmin in Cloud Hosting
You'll be able to employ phpMyAdmin to access any database which you set up in a cloud hosting account bought from our company since we offer the tool by default with all of our plans. Once you sign in to your Hepsia web hosting CP and create a new database inside the MySQL Databases section, a small phpMyAdmin icon shall appear on its right-hand side. What is needed to log in immediately is to click on that icon and the tool will open in a new Internet browser tab, so you can control the database data. That's also how you could import a database in case you are moving your web site from another service provider to our state-of-the-art cloud hosting platform. Another way to log in to a database is if you use our direct phpMyAdmin login URL, but you need to know the DB username and password. This option will permit you to give access to any database to other individuals, without providing them with access to the entire website hosting account.