Databases Reference
In-Depth Information
After editing the columns that need changes, we click on Save . Aborting the changes
is also possible by using the Hide link.
Deleting data
phpMyAdmin's interface enables us to delete the following data:
• Single rows of data
• Multiple rows of a table
• All the rows in a table
• All the rows in multiple tables
Deleting a single row
We can use the red Delete icon beside each row to delete the row. If the value
of $cfg['Confirm'] is set to TRUE , every MySQL DELETE statement has to be
confirmed before execution. This is the default, as it might not be prudent to allow a
row to be deleted with just one click!
The form of the confirmation varies depending on the browser's ability to
execute JavaScript. A JavaScript-based confirmation pop up would resemble the
following screenshot:
If JavaScript has been disabled in our browser, a distinct panel appears.
 
Search WWH ::




Custom Search