phpMyAdmin is a tool that lets you manage MySQL databases through a web browser.
Accessing phpMyAdmin
- Log into cPanel.
- In the Databases section, click phpMyAdmin.
Common Tasks
Back up a database:
- In phpMyAdmin, click on the database name from the left sidebar.
- Click the Export tab at the top.
- Choose Quick export method and SQL format.
- Click Go to download the backup.
Import a database:
- In phpMyAdmin, select the database from the left sidebar.
- Click the Import tab.
- Click Choose File and select your .sql file.
- Click Go to run the import.
Run an SQL query:
- Click the SQL tab.
- Enter your query in the text area.
- Click Go to execute.
Warning: Be careful when editing or deleting data in phpMyAdmin. Wrong changes can break your website. Always back up first.