newraw immediately after the data file size in innodb_data_file_path.
[mysqld]innodb_data_home_dir=innodb_data_file_path=/dev/hdd1:3Gnewraw;/dev/hdd2:2Gnewraw
newraw keyword initializes the new partition.
my.cnf file to:
[mysqld]innodb_data_home_dir=innodb_data_file_path=/dev/hdd1:3Graw;/dev/hdd2:2Graw
What are some InnoDB system variables?
© 2007 John Michael Pierobon