mysqlden regexp update komutu çalıştırarak yapabilirsin.

UPDATE wp_posts SET post_title = REGEXP_REPLACE ( 'post_title', '$', 'abc' ) WHERE post_type = 'post';

Komutu çalıştırmadan önce veritabanı yedeğini almayı unutma.