Windows10 Home にMySQLをインストールして、MySQLでCSV出力や読み込みを適当に試したら ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statementと怒られた。 どうも使用できるディレクトリが決まっているらしい。 mysql> select @@secure_file_priv; +------------------------------------------------+ | @@secu…