Overview: How to create, manage, and delete databases using phpMyAdmin.
Content:
Accessing phpMyAdmin
-
Log into cPanel:
- Navigate to your cPanel login page and enter your credentials.
-
Navigate to the “phpMyAdmin” Section:
- Click on “phpMyAdmin” under the “Databases” category.
Creating a Database
-
Open phpMyAdmin:
- Click on “Databases” tab.
-
Create New Database:
- Enter the database name.
- Click “Create.”
Managing Databases
-
Select a Database:
- Click on the database name in the left-hand sidebar.
-
Perform Database Operations:
- Tables: View, edit, or delete tables within the database.
- SQL: Execute SQL queries directly.
- Export: Export the database in various formats (e.g., SQL, CSV).
- Import: Import data into the database from an external file.
Deleting a Database
-
Open phpMyAdmin:
- Click on the database name in the left-hand sidebar.
-
Delete Database:
- Go to the “Operations” tab.
- Click “Drop the database (DROP)” and confirm.