MySQL Forums
Forum List  »  Backup

Re: Backup with mysqldump to csv
Posted by: Peter Brawley
Date: July 13, 2021 09:40AM

Backup to delimited text rather than to SQL commands is described at
https://dev.mysql.com/doc/refman/8.0/en/mysqldump-delimited-text.html.

MySQL uses Load Data Infile to import such files, and that's quicker than executing SQL commands, but it can't backup View definitions, Triggers or Stored Routines.

Options: ReplyQuote


Subject
Views
Written By
Posted
842
July 13, 2021 05:45AM
Re: Backup with mysqldump to csv
417
July 13, 2021 09:40AM


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.