MySQL Forums
Forum List  »  Newbie

Re: Attach MySQL Database to Running Instance of MySQL
Posted by: Peter Brawley
Date: December 29, 2016 11:05AM

Most reliable way is to export that DB from the mysql instance where it lives, with mysqldump, and import to your mysql instance the script that mysqldump so generates.

Options: ReplyQuote


Subject
Written By
Posted
Re: Attach MySQL Database to Running Instance of MySQL
December 29, 2016 11:05AM


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.