Changes in database
-
We have changed our domain before we open the site and we got this code from the webhost that would help us change the old domain to the new one.
We have created quite a lot of tables with images and links and was wondering if something similar would be possible with your plugin.
This is what we run in phpmyadmin to change the url in posts and to images.
UPDATE wp_posts SET guid = REPLACE ( guid, 'http://oldurl.com', 'http://newurl.com');And then we run,
UPDATE wp_posts SET post_content = REPLACE ( post_content, 'http://oldurl.com', 'http://newurl.com');Would something like that be possible to run to change url in our tables?
Thanks
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
The topic ‘Changes in database’ is closed to new replies.