MySQL Forums
Forum List  »  Backup

mysqldump: Got error: 1105: Stopped by user. when executing 'SELECT INTO OUTFILE’"
Posted by: Ganesh Rajamanickam
Date: July 31, 2016 06:25AM

I'm trying to format the data and export the data it as a flat file to local file system using mysql dump. I'm getting mysqldump: Got error: 1105: Stopped by user. when executing 'SELECT INTO OUTFILE’".

This is on ext4 file system. I see this error when the file size hits around 4.4 GB. Any thoughts on what is causing it?

I’m using following option with mysqldump --tab= --fields-terminated-by=, --fields-enclosed-by='' --fields-escaped-by='\' --lock-tables=false --complete-insert --extended-insert=FALSE

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump: Got error: 1105: Stopped by user. when executing 'SELECT INTO OUTFILE’"
1897
July 31, 2016 06:25AM


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.