Copyright © 2019, Oracle and/or its affiliates. All rights reserved. |
Clone : Data Directory
51
•Clone local instance data to a local data directory
mysql> CLONE LOCAL DATA DIRECTORY = “/absolute/path/data”;
•Clone remote instance data
•Instead of replacing current data directory
mysql> CLONE INSTANCE
FROM
[email protected]:3306
IDENTIFIED BY “clone_password”
DATA DIRECTORY = “/absolute/path/data”;