RENAME tablewp_commentmetaTOmistrello_commentmeta;
RENAME tablewp_commentsTOmistrello_comments;
RENAME tablewp_linksTOmistrello_links;
RENAME tablewp_optionsTOmistrello_options;
RENAME tablewp_postmetaTOmistrello_postmeta;
RENAME tablewp_postsTOmistrello_posts;
RENAME tablewp_termsTOmistrello_terms;
RENAME tablewp_termmetaTOmistrello_termmeta;
RENAME tablewp_term_relationshipsTOmistrello_term_relationships;
RENAME tablewp_term_taxonomyTOmistrello_term_taxonomy;
RENAME tablewp_usermetaTOmistrello_usermeta;
RENAME tablewp_usersTOmistrello_users;
SELECT * FROM mistrello_options WHERE option_name LIKE '%wp_%';
SELECT * FROM mistrello_usermeta WHERE meta_key LIKE '%wp_%';