MySQL Forums
Forum List  »  Newbie

Re: LOAD DATA INFILE... ERROR DBNAME.BACKUP_LOG DOES NOT EXIST
Posted by: Bridget Franklin
Date: June 08, 2016 04:17PM

I can even do the following:
rename the table .. 'table_hold'
create the table again 'table'
do the load without the REPLACE or IGNORE option
then do :

INSERT IGNORE INTO TABLE (SELECT * FROM TABLE_HOLD)

and it works fine... it only complains when I use the REPLACE or IGNORE in the LOAD DATA INFILE command....

So I have a work around but its a "PITA" workaround....

Would still like to know why it's doing what it's doing all of a sudden..

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.