Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 24, 2016 22:19
Show Gist options
  • Save jennimckinnon/a1640966434348cbef5215339372b819 to your computer and use it in GitHub Desktop.
Save jennimckinnon/a1640966434348cbef5215339372b819 to your computer and use it in GitHub Desktop.
RENAME table 'wp_blogs' TO 'newprefix_blogs' ;
RENAME table 'wp_blog-versions' TO 'newprefix_blog_versions' ;
RENAME table 'wp_registration_log' TO 'newprefix_registration_log' ;
RENAME table 'wp_site' TO 'newprefix_site' ;
RENAME table 'wp_sitemeta' TO 'newprefix_sitemeta' ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment