|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Mon Jan 07, 2008 6:54 pm Post subject: updating / replacing txt in your database |
|
|
Use this to replace all posts after a domain or path transfer:
From drathbun from www.phpbbdoctor.com:
Code: | update phpbb_posts_text
set post_text = replace(post_text, 'forum.oldlocation.com', 'www.newlocation.com/forum') |
Last edited by ramon fincken on Wed Dec 30, 2015 1:06 pm; edited 1 time in total |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Mon Jan 07, 2008 6:54 pm Post subject: updating / replacing txt in your database |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Mon Jan 07, 2008 6:54 pm Post subject: updating / replacing txt in your database |
|
|
Advertisement
 |
|
Back to top |
|
 |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Wed Dec 30, 2015 1:06 pm Post subject: Re: WordPress updating / replacing txt in your database |
|
|
update `wp_posts` set guid = replace(guid, 'development.dev', 'production.com') |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|