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.
MySqlテーブルが更新されたときにいくつかのデータをログに記録する必要があり、それをログファイル(おそらく.csv)に書き込む必要があります。
これを行う方法はありますか?!
前もって感謝します!
はい、INTO OUTFILEオプションを指定してSELECTステートメントを使用できます。これは、CSVファイルに情報を出力するのに役立ちます。