MySQL Forums
Forum List  »  InnoDB

Re: Mysql8 clone plugin and innodb_file_per_table
Posted by: Frederic Descamps
Date: November 24, 2020 02:01AM

Hi Brad,

No that will not work. Clone is performing 'physical copies'.

But you should avoid the use of mysqldump and the use of MySQL Dump & Load utility should be favoured.

Take a look at :

- https://mysqlserverteam.com/mysql-shell-dump-load-part-1-demo/
- https://mysqlserverteam.com/mysql-shell-dump-load-part-2-benchmarks/

Cheers,

lefred

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql8 clone plugin and innodb_file_per_table
308
November 24, 2020 02:01AM


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.