<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mir</author_name>
  <author_url>https://blog.hatena.ne.jp/mir/</author_url>
  <blog_title>mir the developer</blog_title>
  <blog_url>https://mir.hatenadiary.org/</blog_url>
  <categories>
    <anon>MySQL</anon>
  </categories>
  <description>MySQLでは以下のように行うことでカラム単位での権限付与と権限剥奪を行うことができます．以下のようなテーブルがあったとして mysql&gt; CREATE TABLE t1 (c1 int primary key, c2 int);主キーであるc1の更新は許可したくないのでc2のみ更新（UPDATE)してもよいというような許可を与える場合． mysql&gt; GRANT UPDATE (c2) on test.t1 to 'foobar'@'localhost' identified by 'foobar';というようにやります．（この例では&quot;test&quot;データベースが対象となっているので意味はありま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmir.hatenadiary.org%2Fentry%2F20051012%2Fp2&quot; title=&quot; カラム単位での権限付与と権限剥奪 - mir the developer&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>2005-10-12 00:00:01</published>
  <title> カラム単位での権限付与と権限剥奪</title>
  <type>rich</type>
  <url>https://mir.hatenadiary.org/entry/20051012/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
