When you use MySQL to query a database, you have the ability to view results from that query on your screen or send them to a text file. If you insert tab characters into the output data stream, you ...
初期データを投入する際に、 mysqldumpで出力した際に作られるようなSQLの形式になっている場合は、 mysqlクライアントで実行することでロードすることができました。しかし、 外部で用意されているデータはTSVやCSVといったデータで渡されることもあります。