====== CSVインポート時に"ERROR 3948 (42000): Loading local data is disabled; this must be enabled on both the client and server sides が表示される ====== ''import.csv'' ファイルをtest_tbテーブルのtest_columnにインポートする場合、以下のコマンドを実行する。 load data local infile '/path/to/import.csv' into table test_tb.test_column fields terminated by ',' enclosed by '"';