L3 - Introducing phpMyAdmin
L3 - Introducing phpMyAdmin
Introducing
• What is phpMyAdmin
• Creating a MySQL Database from phpMyAdmin
• Adding Records
• Editing Records
• Deleting Records
• Displaying the content of My Database
What is phpMyAdmin?
phpMyAdmin is a very popular open source tool
used to manage your MySQL database.
Its graphical user interface (GUI) enables you to bypass the traditional command prompt
method of managing MySQL and instead use a browser
Creating a MySQL Database
from phpMyAdmin
To add a record in the specific table, make sure that the table is selected. Do this by clicking the table name found on
the left side of the page then click the insert tab.
You can enter as many data as you want. Don’t forget to click the go button to save the record. Notice that it is now
easy to enter dates.
Browse
Record
Edit
Record
Delete
Record
To display all the records, just click the Browse button. You should be able to see the records you have entered.
To edit particular record, just click the edit(pencil) icon next before each record.
Don’t forget to click Go button to update the records when editing.
To delete click the delete(X) button before each record. Confirm to delete the record
For multiple editing or deleting, check the records and select edit/delete icon at the bottom.