Created
July 9, 2015 05:38
-
-
Save srinathweb/d252a878b73457f44605 to your computer and use it in GitHub Desktop.
wp update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RENAME table `wp_commentmeta` TO `wp_a123456_commentmeta`; | |
| RENAME table `wp_comments` TO `wp_a123456_comments`; | |
| RENAME table `wp_links` TO `wp_a123456_links`; | |
| RENAME table `wp_options` TO `wp_a123456_options`; | |
| RENAME table `wp_postmeta` TO `wp_a123456_postmeta`; | |
| RENAME table `wp_posts` TO `wp_a123456_posts`; | |
| RENAME table `wp_terms` TO `wp_a123456_terms`; | |
| RENAME table `wp_term_relationships` TO `wp_a123456_term_relationships`; | |
| RENAME table `wp_term_taxonomy` TO `wp_a123456_term_taxonomy`; | |
| RENAME table `wp_usermeta` TO `wp_a123456_usermeta`; | |
| RENAME table `wp_users` TO `wp_a123456_users`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment