Hmm… tried this but am told the syntax is wrong
UPDATE [wp_bp_activity]
SET [action] = replace([action],’[admin1]‘,’[admin2]‘);
I’m trying to change all mentions of the admin’s original name, with the new name in the wp_bp_activity table to display the new name in old stream items.
Anything obviously wrong with that?
Does filedname refer to the column the string is found in the DB? That’s what I’ve used.