phpMyAdmin is a feature-rich tool written in PHP, which shall provide you with total control of a MySQL database. You can do literally anything - set up fields, rows and tables, erase them or modify their content, export or import a whole database or only a particular part of it, and execute MySQL commands. The tool is vital if you need to switch hosting providers, simply because you may very easily create a full backup of a database in several formats (SQL, CSV, XML). You will end up with a single file that contains the entire content of the database, so you can download it from the present provider, upload it to the server of the new one and import it via the same tool on their end. Your internet site will look exactly the same, because all script applications store their content within a database. With phpMyAdmin you could also quickly search and replace content of your choice across the entire web site - a word, an expression or a link, for example.

phpMyAdmin in Hosting

phpMyAdmin is provided as part of our hosting and you shall be able to access it anytime through your Hepsia Control Panel. All databases which you set up inside the account shall be listed in alphabetical order within the MySQL Databases section of the Control Panel and all it will take to access any of them shall be to click on the tiny phpMyAdmin icon, which will be on the right side of every database. You'll not have to input any information, because you will be logged in automatically in a new browser tab. If you would like to log in manually instead of using the Control Panel, you'll be able to do so via our direct phpMyAdmin login page in which you will have to input the database account information. This option is handy if you have to grant access to a particular database to some third party, for instance a web designer.

phpMyAdmin in Semi-dedicated Hosting

If you host a script-driven website in a semi-dedicated server account from our company, you will be able to manage the site database manually effortlessly since you can sign in to phpMyAdmin directly from your website hosting Control Panel. Any MySQL database you create shall be listed inside the Databases section of your account and it shall have a phpMyAdmin icon on its right side. Accessing the tool for a certain database is as simple as clicking on that icon and our system shall open a new tab inside your Internet browser and it shall log you in automatically, so you can export/import or modify any content you want. We also offer the option to sign in directly to phpMyAdmin without using your Control Panel. In this case, the login is manual and requires a username and a password. This function will permit you to grant access to a particular database to other individuals without giving them access to your hosting account.