Generate SQL command to replace a string in your database like this:
UPDATE [Table] SET [Column] = REPLACE([Column], '[What to replace]', '[Replace with]') WHERE [Column] LIKE '%[What to replace]%'
Please fill out the fields and then click the submit button.
PS: Credits to Zeno Rocha for his marvelous clipboard.js ♥