<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>y_hakoiri</author_name>
  <author_url>https://blog.hatena.ne.jp/y_hakoiri/</author_url>
  <blog_title>箱のプログラミング日記。</blog_title>
  <blog_url>https://www.y-hakopro.com/</blog_url>
  <categories>
    <anon>MySQL</anon>
  </categories>
  <description>MySQLでSELECT文の結果をCSVファイルにエクスポートしようとした時に少しハマったのでメモ。 発生したエラー いつものようにMySQLにログインして、こちらの記事を参考にSELECT文の結果をCSVファイルにエクスポートしようとしたところ mysql&gt;SELECT name FROM users INTO OUTFILE '~/export.csv' ; ERROR 1045 (28000): Access denied for user 'hoge_user'@'%' (using password: YES) 怒られた。 hoge_userの部分はMySQLのユーザー名で、要はこの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.y-hakopro.com%2Fentry%2Fmysql_csv_export&quot; title=&quot;【MySQL】SELECT文の結果をCSVファイルにエクスポート - 箱のプログラミング日記。&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/154494100/1572670055576354</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-01-26 19:37:50</published>
  <title>【MySQL】SELECT文の結果をCSVファイルにエクスポート</title>
  <type>rich</type>
  <url>https://www.y-hakopro.com/entry/mysql_csv_export</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
