Removing past users from the SuiteCRM

Thanks a lot :slight_smile:

:white_check_mark: Method : Using phpMyAdmin’s “Search” Feature

  1. Open phpMyAdmin.

  2. Select your database (SuiteCRM) from the left sidebar.

  3. Click on the “Search” tab in the top menu (not the one in the structure or table view).

  4. In the “Words or values to search for” field, enter the string you want to search (e.g., 'apple').

  5. Under “Inside tables”, check the box “Select all” (or manually pick the tables you want).

  6. Optionally select “Find” → “at least one of the words”, or change the match type if needed.

  7. Click Go.

It will then return all matching entries across all selected tables and fields.