MySQL Forums
Forum List  »  Backup

Re: from MySQLDUMP File Remove USE
Posted by: Peter Brawley
Date: January 19, 2017 09:04AM

You're trying to add tables from db1 and db2 into a target db3? You'll need to create non-existing tables somehow. One way would be to remove --no-create-info and touch up all create table statements in the result cript to create table if not exists.

Options: ReplyQuote


Subject
Views
Written By
Posted
1534
January 19, 2017 03:45AM
Re: from MySQLDUMP File Remove USE
665
January 19, 2017 09:04AM


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.