Hi,
I've read about innodb tablespace and I have one question.. this is the case:
- mysql working with default innodb_data_file_path = ibdata1:10M:autoextend
- current ibdata1 file size is close to 1,5G
The question is : is it possible to change the innodb_data_file_path setting to
ibdata1:2G;ibdata2:2G:autoextend
without dumping and reimporting ?
I know it is not possible to set ibdata1 to a smaller file (<1,5G) but I'm not sure if it's also restrictive about setting it to a larger value..
Will this work ?
Thanks,
Andrzej
I've read about innodb tablespace and I have one question.. this is the case:
- mysql working with default innodb_data_file_path = ibdata1:10M:autoextend
- current ibdata1 file size is close to 1,5G
The question is : is it possible to change the innodb_data_file_path setting to
ibdata1:2G;ibdata2:2G:autoextend
without dumping and reimporting ?
I know it is not possible to set ibdata1 to a smaller file (<1,5G) but I'm not sure if it's also restrictive about setting it to a larger value..
Will this work ?
Thanks,
Andrzej
Comment