phpMyAdmin is a feature-rich tool written in PHP, which shall give you full control over a MySQL database. You can do literally everything - set up fields, rows and tables, erase them or modify their content, export or import an entire database or just a certain part of it, and execute MySQL commands. The tool is vital when you need to switch hosting companies, since you could very easily create a full backup of a database in a variety of formats (SQL, CSV, XML). You will end up with just one file containing the whole 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 through the same tool on their end. Your internet site will look exactly the same, for the reason that all script apps store their data inside a database. With phpMyAdmin you could also easily search and replace content material of your choosing across the whole web site - a word, a phrase or a link, for example.
phpMyAdmin in Hosting
phpMyAdmin is featured as an element of our hosting and you'll be able to access it anytime via your Hepsia Control Panel. All databases that you create in the account will be listed in alphabetical order within the MySQL Databases section of the Control Panel and all it will take to log in to any of them will be to click on the small phpMyAdmin icon, that will be on the right side of each database. You will not need to type in any info, because you will be logged in automatically in a new browser tab. If you prefer to log in by hand and not going through the Control Panel, you will be able to do this via our direct phpMyAdmin login page where you will have to type in the database username and password. This option is helpful if you have to give access to a specific database to a third party, for instance a web designer.
phpMyAdmin in Semi-dedicated Hosting
If you host a script-driven site inside a semi-dedicated server account from our company, you will be able to handle the site database manually with ease simply because you can log in to phpMyAdmin directly from your website hosting CP. Any MySQL database that you create 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 basic as clicking on that icon and our system will open a new tab in your Internet browser and it will log you in automatically, to enable you to export/import or change any content that you would like. We also provide the option to log in directly to phpMyAdmin without using your CP. In cases like this, the login is manual and requires a username and a password. This feature permits you to grant access to a particular database to other individuals without giving them access to your Internet hosting account.