/ Published in: MySQL
Expand |
Embed | Plain Text
UPDATE wp_posts SET post_author = 'new-author-id' WHERE post_author = 'old-author-id';
You need to login to post a comment.
UPDATE wp_posts SET post_author = 'new-author-id' WHERE post_author = 'old-author-id';
You need to login to post a comment.