Okay. Let me see if I can do this for you.

The table name is _products, the column is provider, and each cell in that column is named master. I want to change master to Susan.

Here is the results of the SELECT query you had me perform in phpadmin:

SELECT provider AS Susan
FROM `_products`
WHERE 1
LIMIT 0 , 30