I have recently had a situation with my MySQL database on a busy site and had to import a back up version of a database. Because of the size of a database, the import took about 10 hours. After it was done, I've noticed that apparently wrong character set was chosen, hence some of special characters, such as the apostrophe, double quotes, hyphens and the such are showing as an array of random characters.
Is there a way to find a replace certain character strings with different strings in MySQL? For example this "–" should be replaced with this "-"
Is there a way to batch process the whole database with find a replace?
Is there a way to find a replace certain character strings with different strings in MySQL? For example this "–" should be replaced with this "-"
Is there a way to batch process the whole database with find a replace?



Comment