Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
joomla Webサイトに100以上の.txtファイルを含むフォルダーがあり、それぞれを1つの記事にインポートしたい(100以上の記事になるようにする)
最も簡単な方法は、次のようなものを使用して、既存の mysql に .txt をインポートすることです。
LOAD DATA LOCAL INFILE 'example.txt' INTO TABLE example_table
しかし、すべてのファイルを一度にインポートするにはどうすればよいですか (バッチ インポート)。