UPDATE xf_profile_post SET message = REPLACE(message,'current_content','new_content');
UPDATE xf_profile_post_comment SET message = REPLACE(message,'current_content','new_content');
UPDATE xf_user_profile SET signature = REPLACE(signature,'current_content','new_content');