phpMyAdmin is a feature-rich tool written in PHP, which shall present you with full control of a MySQL database. You could do absolutely everything - create fields, rows and tables, remove them or change their content, export or import an entire database or just a specific part of it, and execute MySQL commands. The tool is vital in case you want to switch hosting companies, because you could very easily generate a full backup of a database in several formats (SQL, CSV, XML). You will end up with just one file that contains the whole content of the database, so you may download it from the current provider, upload it to the web server of the new one and import it via the same tool on their end. Your internet site shall look exactly the same, simply because all script apps store their content within a database. With phpMyAdmin you can also conveniently search and replace information of your preference across the whole website - a word, a phrase or a link, for instance.

phpMyAdmin in Website Hosting

phpMyAdmin is a part of every Linux website hosting package that we provide and it's accessible from our tailor-made Hepsia CP. A small phpMyAdmin icon will be displayed on the right side of each database you create in the MySQL Databases section of the CP and by clicking on the icon for the database that you want to access, you shall be logged into the app immediately in a new tab of your Internet browser. Then you can do everything you would like - export the entire or a part of the data, import a database, run SQL queries, search and replace terms. If you don't want to go through the CP, you'll also be able to sign in using a direct phpMyAdmin login page, but you ought to know the database username and password. The last feature is beneficial if you have to provide access to a database to a third-party.

phpMyAdmin in Semi-dedicated Hosting

When you host any script-driven site inside a semi-dedicated server account from our company, you will be able to manage the website database manually effortlessly because you can log in to phpMyAdmin directly from your web hosting CP. Any MySQL database you set up will 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 specific database is as simple as clicking on that icon and our system shall open a new tab inside your web browser and it'll log you in automatically, to permit you to export/import or change any content that you want. We also provide the option to log in straight to phpMyAdmin without employing your Control Panel. In cases like this, the login is manual and requires a username and a password. This feature makes it possible for you to give access to a certain database to other individuals without giving them access to your Internet hosting account.