MySQL Forums
Forum List  »  Newbie

Re: How to copy cell content from one remote database to another?
Posted by: Peter Brawley
Date: October 16, 2017 02:56PM

mysqldump --databases YOUR_DB --tables YOUR_TABLES --where="YOUR WHERE_CLAUSE"

Options: ReplyQuote


Subject
Written By
Posted
Re: How to copy cell content from one remote database to another?
October 16, 2017 02:56PM


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.