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
Post a Comment