Maintaining databases can be a chore, but knowing the appropriate SQL to do the job can save hours of time. Here is a tidbit regarding changing a select string of text within a specific field of a table in a MySQL database. You can edit 1000s of records with this one query:
UPDATE table SET field = REPLACE(field, 'text to be replaced', 'replacement text');

In this example, the table name is “table”, the field to find the text in is named “field”, the rest should be self explanatory.

VN:F [1.9.17_1161]
Rating: 4.5/10 (4 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 2 votes)
MySQL - Replace Select Text within a Database Field, 4.5 out of 10 based on 4 ratings
 
Take a piece of the Web from WebPaws.com: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Facebook
  • LinkedIn
  • TwitThis
  • MySpace
  • Google Bookmarks
  • Webnews
  • Digg
  • del.icio.us
  • StumbleUpon
  • eKudos
  • email
  • Fleck
  • Hype
  • MisterWong
  • Print
  • Technorati
  • YahooMyWeb