Converts the WordPress database (both tables and columns) to UTF-8 character set.
This plugin can convert your WordPress database (both tables and columns) to UTF-8 character set. It will be especially useful when you move your database from one server to another where the default CHARSET is not UTF-8.
utf-8-db-converter
to the /wp-content/plugins/
directoryPlugins
menu in WordPressUTF-8 DB Converter
under the Plugins
menuALTER TABLE $table DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
ALTER TABLE $table CHANGE $field_name $field_name $field_type CHARACTER SET utf8 COLLATE utf8_general_ci
As you’ve seen, only MySQL and PHP are required. Roughly speaking, it has nothing to do with WordPress, so you can use almost any version of WordPress.
2011-10-14 version 1.0.2
2009-06-20 version 1.0.0 released