通过Datagrip向mysql数据库中批量insert

load data local infile '/Users/xxx/Downloads/table-appkey.csv'
into table appkey
fields terminated by ',';

  

相关文章: