MySQL Forums
Forum List  »  InnoDB

Re: .ibd and system restore
Posted by: davy crété
Date: October 25, 2018 01:21AM

I dont want to use windows snapshot to make a backup, but windows does it anyway.
I found that .IBD extention is also used in windows system files.

In order to avoid using ibd file, I found that using the parameter innodb_file_per_table=0 is an option. In that case I have no datalost when I use a system restore.

Is it possible to set up in mysql to use file per table but to change the name of the extention .ibd by another one not use by windows?

Options: ReplyQuote


Subject
Views
Written By
Posted
1048
October 22, 2018 07:25AM
573
October 22, 2018 10:54AM
Re: .ibd and system restore
651
October 25, 2018 01:21AM
502
October 25, 2018 01:56PM
518
October 26, 2018 01:10AM


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.