Category Archive: MySQL

Dec
22

MySQL Find and Replace

This is something very simple and at the same time very useful. It saved me a lot of time when I needed to move content from old site to the new one. Here is the simple query: update [table_name] set …

Continue reading »

Permanent link to this article: http://ricardo-dias.com/2011/12/22/mysql-find-and-replace/