Converting EVERY table and column to utf8_unicode_ci

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
nutkenz
Forum Contributor
Posts: 155
Joined: Tue Jul 19, 2005 12:25 pm

Converting EVERY table and column to utf8_unicode_ci

Post by nutkenz »

Is there an easier way to convert everything in my database to use utf8_unicode_ci than writing a query for each table and column?
Post Reply