---
title: "Deleting fields from database tables with phpMyAdmin"
type: "knowledge"
post_id: "2567"
slug: "deleting-fields-from-database-tables-with-phpmyadmin"
canonical: "https://kb.easydns.com/knowledge/deleting-fields-from-database-tables-with-phpmyadmin/"
markdown_url: "https://kb.easydns.com/knowledge/deleting-fields-from-database-tables-with-phpmyadmin.md"
json_url: "https://kb.easydns.com/knowledge/deleting-fields-from-database-tables-with-phpmyadmin.json"
txt_url: "https://kb.easydns.com/knowledge/deleting-fields-from-database-tables-with-phpmyadmin.txt"
published: "2018-07-18T16:25:36+00:00"
modified: "2020-06-09T11:47:43+00:00"
author: "ryan"
categories:
tags:
site_name: "easyDNS Knowledge Base"
publisher: "easyDNS Technologies Inc."
language: "en-US"
generator: "easyPress Markdown"
generator_version: "1.0.6"
---
Deleting fields from database tables with phpMyAdmin

 This video assumes you’ve already logged in to phpMyAdmin.

 Now let’s learn how to delete fields from a database table.

 First, select the database where the table exists…

 … then click the table from which you want to remove a field.

 Click the **Structure** tab.

 Select the field you want to delete, then click **Drop**.

 Click **OK** to confirm.

 That’s it! The field has been removed from our table.

 This is the end of the tutorial. You now know how to delete fields from database tables with phpMyAdmin.
