In this article, we will provide you with step-by-step instructions for importing and exporting your MySQL database using cPanel and phpMyAdmin. Before we begin, please ensure that you have already…
Category: Database
How to Change WordPress Password Using phpMyAdmin
October 4, 2023 / DatabaseIn this article, we will explain how to change your WordPress password using phpMyAdmin. Follow these steps to change WordPress password using phpMyAdmin: Log into your “cPanel Account.” Search for…
How to Create MySQL Profiles through WHM
August 24, 2023 / DatabaseThis guide explains how to create MySQL profiles through WHM. MySQL profiles control all the data for the linking between the local or remote MySQL server. Root users can create…
How to Decide the Size of PostgreSQL Databases and Tables
July 10, 2023 / DatabaseIn this article, we have explained how to decide the size of PostgreSQL databases and tables. Follow the steps to decide the size of PostgreSQL database and tables: Using SSH,…
How to Access phpMyAdmin in cPanel
July 3, 2023 / DatabaseIn this article, we will explain how to access phpMyAdmin in cPanel. Using phpMyAdmin, you can manage your database and database’s structure. Here, you can create and delete tables, check…
How to Import and Export a Database using phpMyAdmin
May 13, 2023 / DatabaseLooking to import and export databases using the phpMyAdmin, then read out this article. Using cPanel, you can import and export database with the help of phpMyAdmin menu, which you can find…
How to Find a Database Available in cPanel
May 12, 2023 / DatabaseThis article helps you to find out the databases available in cPanel account. Login to your “cPanel Account”. Search for the “Databases” and click on the “MySQL Databases” option. Go to…
How to Modify the Database user Privileges in cPanel
May 11, 2023 / DatabaseAny database can be managed and changed to many extent with the help of user privileges. With cPanel, you can modify the database user privileges, with customisation options for the…
How to Revoke Privileges from a MySQL User
May 9, 2023 / DatabaseThis guide explains how to revoke privileges from a MySQL user. The syntax for it would be as follows: REVOKE privilege_type [(column_list)] [, priv_type [(column_list)]]… ON [object_type] privilege_level FROM…
How to Create a Table Using PhpMyAdmin
May 8, 2023 / DatabaseIn this tutorial we will explain how to create a table using PhpMyAdmin. Let’s look into how to build a table in a database using phpMyAdmin. Log into your phpMyAdmin…