Modifying fields in database tables with phpMyAdmin

The purpose of this tutorial is to teach you how to modify fields in database tables with phpMyAdmin. We will assume that you are logged in to phpMyAdmin. The purpose of the tutorial, we will use a database with one table for the example.

To begin, when you open the phpMyAdmin window, there are two sides. The left side is blue, and has the listing of database(s) and the tables they contain listed under them.
The other window is a white screen, and this is where all your working information will come up, along with details about your databases and tables when queried.

Let's learn how to modify fields in a database table, using phpMyAdmin. Select on the table to modify by clicking on it. The right window will open up with the details of the table, including a list of all the fields in the table. Find the field you wish to modify. Start by placing a check mark in the box at the beginning of the field row. Then click on the Change icon, which is below the list, and looks like a pencil writing. This will open the selected field line by itself, and you can now make the changes you need to make. Click on Save when you are done.

The right hand screen will now show that the table has been successfully altered, and will show the change. You can click on the HOME button, which is in the left panel, below the phpMyAdmin name, and return to the main screen. This will end this tutorial. You now know how to modify the fields in a table using phpMyAdmin.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Managing MySQL Databases With PHPMyAdmin

Let's learn how to Manage MySQL Databases with phpMyAdmin. This tutorial will assume that you...

How To Create A MySQL Database

Let's learn how to create a MySQL Database. MySQL Databases allow you to store lots of...

Importing databases and tables with phpMyAdmin

This tutorial is to teach you how to import databases and tables with phpMyAdmin. We will assume...

Inserting fields into database tables with phpMyAdmin

This tutorial is going to teach about the program phpMyAdmin, and how to Insert fields into...

Deleting tables in a database with phpMyAdmin

This tutorial is to teach you about specific operations in phpMyAdmin. We are going to learn how...