11. Searching through a database with phpMyAdmin

phpMyAdmin series

11. Searching through a database with phpMyAdmin

This tutorial assumes you've already logged in to phpMyAdmin

Now let's learn how to use the Search feature

Click the database you wish to search here

Then click the Search button

Enter words or values to search for in the database. There are several options you can use to refine your search. This database only has one table (details), but if there were more, you could limit your search to specific tables here

When ready, click Go to perform the search

The search found one match. Click Browse

We can now make changes to the record that was found

Here is where you could make changes if you wanted to

Click Go when finished

This is the end of the tutorial. You now know how to use the Search feature in phpMyAdmin

  • 12 Users Found This Useful
Was this answer helpful?

Related Articles

01. Becoming familiar with databases in phpMyAdmin

phpMyAdmin series 1. Becoming familiar with databases in phpMyAdmin This tutorial assumes...

02. Creating tables in a database with phpMyAdmin

phpMyAdmin series 2. Creating tables in a database with phpMyAdmin This tutorial assumes...

03. Deleting tables from a database with phpMyAdmin

phpMyAdmin series 3. Deleting tables from a database with phpMyAdmin This tutorial assumes...

04. Inserting fields into database tables with phpMyAdmin

phpMyAdmin series 4. Inserting fields into database tables with phpMyAdmin This tutorial...

05. Modifying fields in database tables with phpMyAdmin

phpMyAdmin series 5. Modifying fields in database tables with phpMyAdmin This tutorial...