Re: Errors with Information_Schema in Create Target Results
Posted by: Peter Brawley
Date: October 26, 2021 08:01PM

You have another instance of MySQL 5.7.18 installed on anther machine?

If so, you'll want to copy the mysqldump file into a convenient folder on the machine where your new MySQL instance is.

Then assuming the file is backup.sql in some_path, invoke mysql client program with your username and password and the show_warnings option ...

mysql -uUSR -PWD --show-warnings

... then type ...

source some_path/backup.sql

(note, no terminating semi-colon).

Options: ReplyQuote


Subject
Written By
Posted
Re: Errors with Information_Schema in Create Target Results
October 26, 2021 08:01PM


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.