the size limit of individual files is determined by the operating system. File size can be more than 4GB on operating systems that support large files. Use of raw disk partitions for global temporary tablespace data files is not supported. 說明:臨時表空間的臨時文件的大小是由操做系統決定的,文件大小是能夠超過4G的,只有操做系統支持就能夠了。一般咱們用的操做系統都是CentOS或者RHEL 64位的。不支持裸設備。 The autoextend and max attributes can be used only for the data file specified last in the innodb_temp_data_file_path setting. For example: 畫重點:要設置innodb_temp_data_file_path,能夠是一個臨時文件也能夠是多個,必定要設置autoextend自動擴展,同時也有設置一個最大值,根據業務系統數據量大小,能夠設置幾G。工做中遇到過的問題,沒有設置max最大值,結果致使磁盤空間滿了,業務停了,固然是業務作調整致使的。 [mysqld] innodb_temp_data_file_path=ibtmp1:50M;ibtmp2:12M:autoextend:max:500MB