Hi!
I just can't figure how to use innodb_file_per_table properly:
In chapter 14.2.2.1. Using Per-Table Tablespaces I realize that If I have innodb_file_per_table, then when I create a new table, in the datadir will create a new file, but wat if I want to create a new table in a different file location?
Then in Chapter 14.3.2 Configuring InnoDB I found that the innodb_file_per_table can specify ibdata1 start size and end size; ibdata2 etc..
but how can I use this to move specific tables to a specific Ibdata?
In example I have a huge DB called Bnetwork and anoter DB called Ondemand, I dont want to they stay together in same HDD.
Any Advice would be appreciated.
I just can't figure how to use innodb_file_per_table properly:
In chapter 14.2.2.1. Using Per-Table Tablespaces I realize that If I have innodb_file_per_table, then when I create a new table, in the datadir will create a new file, but wat if I want to create a new table in a different file location?
Then in Chapter 14.3.2 Configuring InnoDB I found that the innodb_file_per_table can specify ibdata1 start size and end size; ibdata2 etc..
but how can I use this to move specific tables to a specific Ibdata?
In example I have a huge DB called Bnetwork and anoter DB called Ondemand, I dont want to they stay together in same HDD.
Any Advice would be appreciated.