Is it possible to use the my SQL 8 clone plugin to fix an implementation error.
Initially when the server was set up it Had innodb_file_per_table=On enabled.
I would like to use the Clone plugin to set up a new replica with innodb_file_per_table=Off from the very beginning so all data is stored in ibdata1.
Is this possible? Or is the only option to use mysqldump?
Initially when the server was set up it Had innodb_file_per_table=On enabled.
I would like to use the Clone plugin to set up a new replica with innodb_file_per_table=Off from the very beginning so all data is stored in ibdata1.
Is this possible? Or is the only option to use mysqldump?