If you want to view, modify or delete data from your database, the best option is to access it through phpMyAdmin.
phpMyAdmin is a database manager accessible through an Internet browser. You can access it through the hosting Control Panel. To do so, you need the MySQL access credentials.
The MySQL access credentials can be found in the data summary at the beginning of the screen in the
hosting management, under
Hosting information:
Once you have the MySQL username and password, you can access phpMyAdmin from the Access databases (phpMyAdmin) icon in the "Databases" section.
When you click on the Access databases (phpMyAdmin) option, you will reach the following screen, where you will be asked for the MySQL username, MySQL password and for security reasons you must enter the Captcha. Once the information is entered correctly, you will access phpMyAdmin.
Related Articles
How to disable a WordPress Plugin from phpmyadmin
If you need to deactivate a WordPress plugin but cannot do it from the WordPress admin panel, you can deactivate it through phpMyAdmin. Below is a detailed step-by-step guide on how to do it. Access phpMyAdmin Log in to your hosting control panel and ...
How to import and export databases from phpMyAdmin
From phpMyAdmin you can manage your databases, add, delete, or create new content. Two of the most common operations when using phpMyAdmin are importing and exporting databases. First access phpMyAdmin (application used to manage databases) using the ...
How to change the check of a database from phpMyAdmin
The collation of a database is a crucial aspect to ensure that data is stored efficiently and accurately. In this article, we will show you how to change the collation of a database using phpMyAdmin. Before showing the steps to make this change, it ...
How to change the database time zone in phpMyAdmin
During the development or lifecycle of your online project, you may need to adjust the time zone of web applications to ensure that dates and times are handled correctly. In this guide, we show how to change the time zone of a database from ...
How to modify the active WordPress theme through phpMyAdmin
If you do not have access to the WordPress admin panel and need to change your website’s theme, this guide explains step by step how to modify the active theme and replace it with another one that is already installed in your WordPress. To make this ...