<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>GARAPON</author_name>
  <author_url>https://blog.hatena.ne.jp/GARAPON/</author_url>
  <blog_title>自分の仕事を憎むには人生は余りにも短い</blog_title>
  <blog_url>https://garapon.hatenablog.com/</blog_url>
  <categories>
    <anon>Rails</anon>
    <anon>MySQL</anon>
  </categories>
  <description>さてやっとDBに接続できる。 sudo mysql としてMysqlターミナルを立ち上げてDBを作成する。 mysql&gt;set name utf8; //Railsはutf8じゃないと動かないらしい mysql&gt;create database garadb; // garadbという名前のデータベースを作る mysql&gt;use garadb; // garadbに接続しますよ〜と宣言 mysql&gt;create table person( // テーブルを作る id int(11) not null auto_increment primary key, name varchar(64), ma…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgarapon.hatenablog.com%2Fentry%2F20070816%2F1187279226&quot; title=&quot;DBに接続してscaffoldみる。 - 自分の仕事を憎むには人生は余りにも短い&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>http://cdn-ak.f.st-hatena.com/images/fotolife/p/pentasa/20070817/20070817004532.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-08-16 00:47:06</published>
  <title>DBに接続してscaffoldみる。</title>
  <type>rich</type>
  <url>https://garapon.hatenablog.com/entry/20070816/1187279226</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
