<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kuronekopunk</author_name>
  <author_url>https://blog.hatena.ne.jp/kuronekopunk/</author_url>
  <blog_title>ノンカフェインであなたにやさしい</blog_title>
  <blog_url>https://akinobu.net/</blog_url>
  <categories>
    <anon>WordPress</anon>
  </categories>
  <description>MySQLのバージョンの違いぽい ローカルは5.6、インポートしようとしたのが5.5 5.6では照合順序に utf8mb4_unicode_520_ci があり 5.5では対応していない SQL文の中から _520 を削除してあげれば大丈夫とのこと varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, とかを varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, としてあげる感じ</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakinobu.net%2Fentry%2F2017%2F12%2F19%2F203814&quot; title=&quot;Wordpress のデータベースをimportしようとしてUnknown collation: &amp;#39;utf8mb4_unicode_520_ci&amp;#39; と怒られる問題 - ノンカフェインであなたにやさしい&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>2017-12-19 20:38:14</published>
  <title>Wordpress のデータベースをimportしようとしてUnknown collation: 'utf8mb4_unicode_520_ci' と怒られる問題</title>
  <type>rich</type>
  <url>https://akinobu.net/entry/2017/12/19/203814</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
