Inserting fields into database tables with phpMyAdmin

Posted:  May 14th, 2018

 

This tutorial assumes you've already logged in to phpMyAdmin. These are steps to learn how to insert fields into database tables.

 

1) Select the details table.

KEK

2) In this case, let's choose to add an address field AFTER the name field.

KEK

3) Click Save when finished

KEK

4) That's it! Our details table now has a new address field.

KEK

5) Log out of the server once you are finished.