How to delete a database in cPanel? (Video)

 

Deleting a database in cPanel is a straightforward process.

Follow these steps to remove a database from your hosting account.


Step 1: Log in to cPanel

  1. Open your browser and navigate to your cPanel login page (e.g., https://yourdomain.com:2083).
  2. Enter your username and password, then click Log in.

Step 2: Access the MySQL Databases Tool

  1. Scroll down to the Databases section in the cPanel dashboard.
  2. Click on MySQL Databases.

Step 3: Locate the Database

  1. In the Current Databases section, you’ll see a list of all existing databases.
  2. Find the database you want to delete.

Step 4: Delete the Database

  1. Next to the database you wish to delete, click the Delete button (usually a red or trash icon).
  2. Confirm the deletion when prompted.

Step 5: Remove Associated Database Users (Optional)

  1. In the same MySQL Databases interface, scroll to the Current Users section.
  2. Locate the database user associated with the deleted database.
  3. Click Delete next to the user to remove it, if it is no longer needed.

Tips for Deleting a Database

  • Backup First: Always create a backup of the database before deleting it in case you need the data later. Use phpMyAdmin to export a copy of the database as an SQL file.
  • Check Dependencies: Ensure the database isn’t actively used by your website or application to avoid downtime or errors.
  • Double-Check: Verify that you’re deleting the correct database to avoid unintended data loss.

Deleting a database in cPanel helps you manage and free up resources when a database is no longer required. Always proceed with caution to prevent accidental data loss.

  • 1 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

How to create a database in cPanel? (Video)

  Creating a database in cPanel is an essential step for hosting dynamic websites or...

How to rename a database in cPanel? (Video)

  cPanel does not provide a direct option to rename a database through its interface....

How to Create a Database Username in cPanel? (Video)

  Creating a database username in cPanel is essential for managing access to your databases....

How to add a user to a database and add privileges? (Video)

  Adding a user to a database and assigning appropriate privileges is crucial for managing...

How to import database via phpMyAdmin in cPanel? (Video)

  Importing a database using phpMyAdmin in cPanel is a straightforward process that allows you...