Is there a query I can run on my wordpress database so that I can change all instances of
www.mydomain.com
to
localhost/mylocalsite.com?
Is there a query I can run on my wordpress database so that I can change all instances of
www.mydomain.com
to
localhost/mylocalsite.com?
You must be logged in to post a comment.
Try this plugin: http://wordpress.org/extend/plugins/search-and-replace/ – It helped me dozens of times.
Or try this query:
Or try this method, dump the database, open the SQL file, do a find and replace in a text editor then reimport it.
Take care to backup your database prior to making any operations and changes!