-2

为什么以下查询似乎运行但我永远找不到文件 outfile?

      select * 
      INTO OUTFILE 'outfile.csv'
      FIELDS TERMINATED by ','
      LINES TERMINATED BY '\n'
      from nGrams

我有 MySQL 5.5,我正在从 MySQL Workbench 运行我的查询

4

1 回答 1

0

The file 'outfile.csv' will appear in the same directory as your database. On windows this is C:\ProgramData\MySQL\MySqlServerX.X\db_name

于 2012-12-06T19:29:15.433 回答