After I stop a mysql import do I have to start again or can I start where I left off? -


i stopped mysql import , wondering if have drop table , start again or run command load data local infile...again , continue insert records left off.

it not continue left off, begin beginning of file (it have not idea left off), because using local keyword, documentation:

if specify ignore, input rows duplicate existing row on unique key value skipped. ... local, default behavior same if ignore specified

so data has been loaded ignored. can read on documentation load data here.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -