I had a website based on wordpress.Then domain has expired and now I registered a new domain and built a new website which is based on wordpress too. Now I want to have my previous website's contents to be in the new one. I didn't make any backup using wordpress export function, So import option in new website can't be useful. The only thing is backed up is MYSQL database, how can I restore posts in the new website? Thanks

link|improve this question

44% accept rate
Thanks friend for all your helps, I've tested all but none worked. I think I've lost posts and have to post them again (horrible !!) – Mahdi Dec 31 '11 at 9:00
Try to improve your question every time you try something. All the answers suggested here should work. What did you try so far and what results or errors did you get? Just saying they did not work is not very helpful. – Aras Dec 31 '11 at 22:08
feedback

3 Answers

Assuming you're on Self Hosted Wordpress.org, You may use a suitable plugin for that

I found one here Here. You may find other options as well

Peace

link|improve this answer
feedback

Just import your backup database into your new database. and change the siteUrl and wordpressUrl in wp_option table to new domain. Then updolad all the wordpress files from your old domain into your new domain, change the database connection info in wp-config.php settings. then it will work as before.

link|improve this answer
This method works, but if you have lots of posts and comments with back links to other posts in your blog, then you need to run a query to change those links to the new address. The second link in the answer above by songdogtech has instructions for doing so. – Aras Dec 31 '11 at 22:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.