---
title: "Inserting fields into database tables with phpMyAdmin"
type: "knowledge"
post_id: "2593"
slug: "inserting-fields-into-database-tables-with-phpmyadmin"
canonical: "https://kb.easydns.com/knowledge/inserting-fields-into-database-tables-with-phpmyadmin/"
markdown_url: "https://kb.easydns.com/knowledge/inserting-fields-into-database-tables-with-phpmyadmin.md"
json_url: "https://kb.easydns.com/knowledge/inserting-fields-into-database-tables-with-phpmyadmin.json"
txt_url: "https://kb.easydns.com/knowledge/inserting-fields-into-database-tables-with-phpmyadmin.txt"
published: "2018-07-18T16:31:24+00:00"
modified: "2020-06-09T11:43:19+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"
---
Inserting fields into database tables with phpMyAdmin

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

 Now let’s learn how to insert fields in a database table.

 First, select the database where the table exists…

 … then click the table where you want to insert the new field.

 Click the **Structure** tab.

 Choose how many fields to add, and where in the table they should be added.

 Click **Go**.

 Enter the name, type and length of the new field, then click **Save**.

 That’s it! Our table now has a new field in it, as you can see here.

 This is the end of the tutorial. You now know how to insert new fields into database tables with phpMyAdmin.
