@seo-maru 2024/01/18更新 MySQLでリモートDBからCSVエクスポートする方法 mysql -u {user} -p {DB} -h {host} -e "select文" | sed -e 's/\t/","/g;s/^/"/;s/$/"/' > /tmp/test.csv