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 '"';