MySQL Forums
Forum List  »  Newbie

Re: How to take backup of a single table in the mysql database?
Posted by: Phillip Ward
Date: November 08, 2016 06:11AM

Short answer - Yes.

http://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#mysqldump-syntax

Restore as you would normally, feeding the dump file into the mysql client.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to take backup of a single table in the mysql database?
November 08, 2016 06:11AM


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.