NucleusをUTF-8で運用してる人にはうれしいTipsかも。 iconvやGNU Recordが組み込まれていないサーバーで、phpMyAdminをutf-8で使いたいときはこんな感じに。 参考:phpMyAdmin 2.5.5-rc2 - Documentation まずは、config.inc.php(設定ファイル)の言語設定を書き換え。 最後のはたぶんデフォルトでFALSEになってるはず。 $cfg['DefaultLang'] = 'utf-8'; $cfg['DefaultCharset'] = 'utf-8'; $cfg['AllowAnywhereRecoding'] = FALSE; つぎに、libraries/select_lang.lib.phpの以下の該当箇所、 // Disable UTF-8 if $cfg['AllowAnywhereRecoding']
{{#tags}}- {{label}}
{{/tags}}