phpMyAdmin
What's phpMyAdmin? What is its role? Why will your Internet sites need it?
phpMyAdmin is a feature-rich tool developed in PHP, which shall give you full control of a MySQL database. You could do practically everything - create fields, rows and tables, delete them or change their content, export or import a whole database or just a particular part of it, and execute MySQL commands. The tool is vital when you would like to switch web hosting providers, as you may very easily generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with one file containing the whole content of the database, so you can easily download it from the present provider, upload it to the web server of the new one and import it using the same tool on their end. Your internet site will look exactly the same, simply because all script apps store their content in a database. With phpMyAdmin you can also quickly search and replace content material of your choice across the entire internet site - a word, a phrase or a link, for instance.
-
phpMyAdmin in Cloud Website Hosting
phpMyAdmin is provided as an element of our
Linux cloud website hosting and you will be able to access it at any time from your Hepsia CP. All databases that you set up in the account shall be listed in alphabetical order in the MySQL Databases section of the Control Panel and all it will take to gain access to any of them will be to click on the little phpMyAdmin icon, that will be on the right side of each and every database. You will not have to enter any info, because you'll be logged in automatically in a new browser tab. If you would like to log in by hand rather than using the Control Panel, you shall be able to do that through our direct phpMyAdmin login page in which you shall have to enter the database username and password. This option is useful if you need to grant access to a specific database to some third party, for instance a web designer.