Guest User

Untitled

a guest
Mar 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 1 => 4
  2. 8 => 23
  3. 15 => 9
  4.  
  5. UPDATE wp_posts
  6. SET post_author = '4'
  7. WHERE post_author = '1'
  8.  
  9. RENAME TABLE `wp_posts`
  10. TO `tenp_15_posts`;
  11.  
  12. define( 'DOMAIN_CURRENT_SITE', 'www.your-domain.com' );
  13. define( 'SITE_ID_CURRENT_SITE', 1 );
  14. define( 'BLOG_ID_CURRENT_SITE', 1 );
Add Comment
Please, Sign In to add comment