This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Convert WP Database to UTF-8

ਵੇਰਵਾ

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.

ਸਕਰੀਨਸ਼ਾਟ

  • Admin interface

ਸਥਾਪਤੀਕਰਨ

  1. Upload the directory utf-8-db-converter to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Then you’ll see the sub-menu UTF-8 DB Converter under the Plugins menu
  4. Follow the instructions – Done!

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

What’s happening “behind the scene”?
  1. Change tables: ALTER TABLE $table DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
  2. Change columns: ALTER TABLE $table CHANGE $field_name $field_name $field_type CHARACTER SET utf8 COLLATE utf8_general_ci
What about the WP version?

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.

ਸਮੀਖਿਆਵਾਂ

Read all 4 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Convert WP Database to UTF-8” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Convert WP Database to UTF-8” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

2011-10-14 version 1.0.2

  • use COLLATE utf8_general_ci instead of utf8_bin

2009-06-20 version 1.0.0 released