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 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

How To Create A MySQL Database

How To Create A MySQL Database Let's learn how to create a MySQL Database. MySQL Databases...

Becoming familiar with databases in phpMyAdmin

This tutorial is going to help you become more familiar with databases and phpMyAdmin. We are...

Becoming familiar with databases in phpMyAdmin

This tutorial is going to help you become more familiar with databases and phpMyAdmin. We are...

Copying a database table with phpMyAdmin

This tutorial is going to teach you how to copy a database table with phpMyAdmin. For the...

Copying a database table with phpMyAdmin

This tutorial is going to teach you how to copy a database table with phpMyAdmin. For the...