I have a heavily infected and hacked server. I have setup a new server and created a fresh install of WordPress (fyi...it was a Joomla install on my server that got hacked and took the server down, not WordPress).
So, now that I have a new and fresh install of WordPress on the new server I have a couple questions:
- if I run a
check tablequery on my current server, would that detect any malicious data in the WP Tables? I know the tables contain just data but I want to be completely sure that I guard against any possible way of transporting the malicious data from my current server to the new server. - what WP Tables do I need to move over to the new server now that I already installed a fresh WP copy. I have tweaked the new WP options a bit and all I want to do is move my blog posts and their related data -- nothing else. Which of the following tables should I be moving:
wp_commentmeta wp_comments wp_links wp_options wp_postmeta wp_posts wp_terms wp_term_relationships wp_term_taxonomy wp_usermeta wp_users
Thank you.