Created
December 3, 2013 02:55
-
-
Save betweenbrain/7763204 to your computer and use it in GitHub Desktop.
MySQL Find and Replace
This file contains hidden or 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 characters
| update `jos_modules` set `params` = replace(`params`, 'getTemplate=Elsewhere articles','getTemplate=Elsewhere Articles') WHERE `module` = 'mod_k2_content'; | |
| update `jos_k2_items` set `fulltext` = replace(`fulltext`,'")','”)'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment