I've got a rather large MySQL database of various pieces of text. I need to slightly modify approximately 90% of all entries using standard string manipulation algorithms and some regexps.
All of my current DB manipulation scripts are PHP frontends for a website. Recommendations for a language/technology to do this in?
Support for JSON encoding/decoding a plus.