Return to Snippet

Revision: 52289
at October 19, 2011 13:12 by krembo99


Initial Code
UPDATE wp_posts SET post_author = 'new-author-id' WHERE post_author = 'old-author-id';

Initial URL


Initial Description


Initial Title
wordpress - MYSQL - Assign all articles from one author to another

Initial Tags
mysql, database, wordpress

Initial Language
MySQL