The command I use to do basic find and replace in post commands is this:
UPDATE xf_post SET message = REPLACE(message, 'Original', 'Replacement');
Of course, do tests, take backups and make sure it does not end up doing an unexpected text change coz it would be irreversible. If the userid is something unique like
@creativeforge, it should be fairly safe to do.