phpMyAdmin is a feature-rich tool coded in PHP, that will present you with full control of a MySQL database. You can do literally anything - create fields, rows and tables, remove 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 very important when you would like to switch web hosting providers, simply because you may effortlessly generate a full backup of a database in a number of formats (SQL, CSV, XML). You'll end up with only one file which contains the entire content of the database, so you could download it from the current provider, upload it to the server of the new one and import it using the same tool on their end. Your internet site shall look exactly the same, due to the fact that all script apps store their content within a database. With phpMyAdmin you could also easily search and replace content of your choice across the entire website - a word, an expression or a link, for example.

phpMyAdmin in Shared Hosting

phpMyAdmin is a part of every shared plan that we provide and it's accessible through our custom Hepsia Control Panel. A little phpMyAdmin icon shall be displayed on the right side of every database that you create inside the MySQL Databases section of the CP and by clicking on the icon for the database that you want to access, you will be logged into the application immediately in a new tab of your browser. Then you can do everything you would like - export the whole or part of the content, import a database, run SQL queries, search and replace terms. If you don't want to employ the Control Panel, you'll also be able to sign in via a direct phpMyAdmin login page, but you need to know the database account information. The last feature is helpful if you have to provide access to a database to a third-party.

phpMyAdmin in Semi-dedicated Servers

If you have a semi-dedicated server plan from our company, you will be able to access phpMyAdmin to control any MySQL database which you create inside your account through the Hepsia hosting Control Panel. A new tab shall open within your web browser whenever you click on the phpMyAdmin icon for a particular database and you will be logged into the sophisticated tool automatically, so you will not have to input the database username or password. If you would like to provide access to another person like a web designer, for example, you could give them the database login information and they shall be able to log in by using a direct link to phpMyAdmin, so they will never need access to your whole hosting account. This option will allow you to keep your files and emails safe at all times.