<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mtxx</author_name>
  <author_url>https://blog.hatena.ne.jp/mtxx/</author_url>
  <blog_title>かにぱん冒険記</blog_title>
  <blog_url>https://mtxx.hatenadiary.org/</blog_url>
  <categories>
    <anon>MySQL</anon>
  </categories>
  <description>MySQLで日本語が？になってしまうことへの対処法原因：そのデータベース(またはテーブル)の照合順序が ujis_japanese_ciになっている対処：照合順序をutf8_general_ciに変更する。照合順序に応じて文字コードが決定されるらしい。詳しくはこちらを参照phpmyadminで変更するも良し、コマンドラインから alter table (テーブル名またはデータベース名) convert to character set utf8 collate utf8_general_ci; とすれば、日本語が正しく表示される。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmtxx.hatenadiary.org%2Fentry%2F20110217%2F1297921856&quot; title=&quot;MySQLで日本語が?になることへの対処法 - かにぱん冒険記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-02-17 14:50:56</published>
  <title>MySQLで日本語が?になることへの対処法</title>
  <type>rich</type>
  <url>https://mtxx.hatenadiary.org/entry/20110217/1297921856</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
