I was working with lot of databases collated in latin1_swedish_ci lately. I needed to convert the structure to utf8 collation, but it was very time-consuming to convert all the tables and all the columns manually.
After some googling, I managed to find a PHP utility, called Phoca Changing Collation, which does all the dirty work in a few seconds.

- Download: http://www.phoca.cz/phoca-changing-collation/
- Download mirror: http://www.mediafire.com/?nmrzznjnddj
Important: The utility doesn’t convert data, it only changes the collation of the tables and the columns, so if your database is full of non-latin characters, it will probably corrupt them.
Note: You may need to change the collation to utf8_unicode_ci in order to get the cyrilic characters displayed propertly.











9 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Hi, Nebojsha Milosavlevski,
Thanks for sharing the beautiful link, which saved a day of my time.
Thanks a lot, this is a very handy little tool indeed!
Many thanks to you!!!!
I need this so much. tnx a lot!
thank you >>> very very usefull script
You saved my life
Любопытно, а есть хоть кто-то, кто не согласен с автором?
thank you very much, that’s really what I need, you save my life :X
Continuing the Discussion