Bluehost 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.

Knowledgebase Article 174,458 views bookmark tags: Plesk cpanel databases mysql phpmyadmin


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Dropping columns from a database table using PhpMyAdmin

A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin

Modifying table columns - phpMyAdmin

A step by step guide on how to manipulate data in your mySQL tables using phpMyAdmin

How To Copy A Database Using PHPMyAdmin

A guide to duplicating a MySQL database using phpMyAdmin

Related Help Content

Import a MySQL Database using phpMyAdmin

How do I import a backup of my database (.sql file) using phpMyAdmin?

Managing Your DB Using phpmyadmin

A repository of information on how you can manage your database by using the phpMyAdmin interface.

How To Rename Database Tables in PHPMyAdmin

This article will show you how to rename a database table in phpMyAdmin.

Adding a column to a db table in phpMyAdmin

Instructions on adding a column to your database in phpMyAdmin

How To Run SQL Queries in PHPMyAdmin

A guide on performing a standard SQL query using the phpMyAdmin interface

How to Create and Delete MySQL Databases and Users

This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.

MySQL Database Restore

How to Restore your MySQL Database?

MySQL Repair and Optimize Tables in phpMyAdmin

How to repair and optimize your database using phpMyAdmin: