Search and Replace in MySQL database with phpMyAdmin
UPDATE tablename SET tablefield = replace(tablefield,"findstring","replacestring");
2 other people have commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| Dan | Search and Replace in MySQL database with phpMyAdmin |
Rated stars out of 5.
|
September 16, 2007 | |
I don't mess with MySQL much at all, so this kind of thing is quite handy. Saved me a few hours of line-by-line changes to a DB tonight. |
||||
| David | Search and Replace in MySQL database with phpMyAdmin |
Not rated yet.
|
October 13, 2005 | |
