Skip to content

Instantly share code, notes, and snippets.

@accrane
Created February 15, 2016 21:48
Show Gist options
  • Save accrane/813243866dd9f116d47d to your computer and use it in GitHub Desktop.
Save accrane/813243866dd9f116d47d to your computer and use it in GitHub Desktop.
Find and Replace phpMyAdmin
UPDATE `table_name`
SET `field_name` = replace(same_field_name, 'unwanted_text', 'wanted_text')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment