Created
March 6, 2012 21:49
Revisions
-
adamcbrewer renamed this gist
Mar 14, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
adamcbrewer revised this gist
Mar 10, 2012 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,2 @@ update wp_options set option_value = replace(option_value,'string_to_find','string_to_replace'); update wp_posts set guid = replace(guid,'string_to_find','string_to_replace'); -
adamcbrewer renamed this gist
Mar 6, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
adamcbrewer revised this gist
Mar 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ####################################### SQL FOR UPDATING PERMALINKS ####################################### update wp_options set option_value = replace(option_value,'string_to_find','string_to_replace'); -
adamcbrewer created this gist
Mar 6, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ ####################################### SQL FOR UPDATING PERMALINKS ####################################### update wp_options set option_value = replace(option_value,'string_to_find','string_to_replace'); update wp_posts set guid = replace(guid,'string_to_find','string_to_replace');