MySQL Forums
Forum List  »  Newbie

Re: Need trick for Import Big Database with some Differents Columns
Posted by: Peter Brawley
Date: December 21, 2014 03:21PM

> i have a big database to transfert into another one

Do you mean a table?

> There is a way to ignore table if not exist ?

No. The simplest solution is probably to add the missing column, run the script, then DROP the undesired column.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need trick for Import Big Database with some Differents Columns
December 21, 2014 03:21PM


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.