Find and Replace in MySQL.
If you have imported your database, only to find that funny characters have appeared, you can issue the following mysql statement inside PHPMyAdmin.
update table_name set table_field = replace(table_field,'replace_that','with_this');
Home
-
Apache
-
Ubuntu
-
MySQL
-
PHP
-
Misc
Updated on: 2008-01-23 12:32:43