Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' for query SELECT keywordID FROM wp_Counterize_Keywords

Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ‘=’ for query
SELECT keywordID
FROM wp_Counterize_Keywords
WHERE keyword = ‘\xe3\x83\x87\xe3\x83\x90\xe3\x82\xa4\xe3\x82\xb9 root\\\\wpd\\\\0000
wp_Counterize_Keywordsの照合手順がlatin1_swedish_ciなせいらしい。
  1. 使用中のプラグインのリストから ConterrzeII を削除。
  2. ブログ用のDBの照合手順をutf8mb4_general_ciに変える。
  3. ブログ用のDBのConterrzeII関連テーブルを削除。
  4. ConterrzeIIの設定をメモる
    • SELECT * FROM `wp_options` WHERE `option_name` like ‘counterize_%’
  5. counterize_install.phpを起動するため、ConterrzeIIの設定を削除。
    • DELETE  FROM `wp_options` WHERE `option_name` like ‘counterize_%’
  6. プラグイン 新規作成 で ConterrzeII をインスト。
  7. 設定 ConterrzeII で設定をし直す。
  8. ConterrzeII の改造部分を上書き。

Counterize II Status »

Total: 13836 hits and 681 unique.
Today: 135 hits and 19 unique.
Currently: 2 users online.

なのでカウンタには更に13836




コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA