phpMyAdmin series

5. Modifying fields in database tables with phpMyAdmin

This tutorial assumes you've already logged in to phpMyAdmin

Now let's learn how to modify fields in database tables

Select the details table here

Let's modify the address field

Click the Change icon

Make the changes you want, then click Save

That's it! We've successfully changed the name of the address field to city

This is the end of the tutorial. You now know how to modify fields in a table using phpMyAdmin