FastDomain - Searching a database in PhpMyAdmin
 

FastDomain Web Hosting Help

Searching a database in PhpMyAdmin

Searching through a MySQL database in phpMyAdmin

This tutorial demonstrates how to run searches through databases in phpMyAdmin.

Begin by accessing phpMyAdmin via cPanel .

  1. Select a database you want to search (by clicking on the database in the left column while on the phpMyAdmin home page).
  2. Once inside the database, a list of tables appear.  Click on the Search tab.
  3. Once on the search tab, you can type a list of keywords you wish to search for.  Each keyword is preferably separated by a comma.
  4. Select which way you want to search:
    • At least one of the word.
    • All words.
    • The exact phrase.
    • As regular expression.
  5. Select which tables you want to search within. You can select them all, select some of them, or select one.  Hold down the Ctrl key on your keyboard while clicking, to select more than one table.
  6. You can also further narrow your results if you know exactly which column you are looking to search.
  7. Press the Go button.
  8. It will now display the results based on table.
  9. Click on Browse next to one of the tables to view the results.

The records matching your search will be displayed on the screen, and you can interact with them in a variety of ways such as copying, editing or deleting.



Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin
Knowledgebase Article 189,552 views tags: Plesk cpanel databases mysql phpmyadmin

A step by step guide on how to manipulate data in your mySQL tables using phpMyAdmin
Knowledgebase Article 200,235 views tags: databases mysql phpmyadmin

A guide to duplicating a MySQL database using phpMyAdmin
Knowledgebase Article 244,136 views tags: databases mysql phpmyadmin

Related Help Content

How do I import a backup of my database (.sql file) using phpMyAdmin?
Knowledgebase Article 783,065 views tags: database mysql phpmyadmin

A repository of information on how you can manage your database by using the phpMyAdmin interface.
Knowledgebase Article 376,695 views tags: commands database mysql phpmyadmin

This article will show you how to rename a database table in phpMyAdmin.
Knowledgebase Article 323,680 views tags: databases mysql phpmyadmin

Instructions on adding a column to your database in phpMyAdmin
Knowledgebase Article 207,707 views tags: databases mysql phpmyadmin

A guide on performing a standard SQL query using the phpMyAdmin interface
Knowledgebase Article 192,978 views tags: databases mysql phpmyadmin

This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
Knowledgebase Article 875,192 views tags: creation database mysql

How to Restore your MySQL Database?
Knowledgebase Article 384,985 views tags: admin database mysql php phpmyadmin restore

How to repair and optimize your database using phpMyAdmin:
Knowledgebase Article 443,040 views tags: database mysql optimizing repairing slow speed