Can't change size of file (OS errno 28 - No space left on device):
You might surprise even though there is plenty of free space available on the disk and you encounter "Can't change size of file (OS errno 28 - No space left on device):" while
using MySQL database server.
There could be multiple reason for it. I have implemented different fix for different environment, such as
BUT
In one of the environment issue was fixed only after setting innodb_temp_data_file_path = /mysql/<db_name>/temp/ibtmp1:1G:autoextend
You might surprise even though there is plenty of free space available on the disk and you encounter "Can't change size of file (OS errno 28 - No space left on device):" while
using MySQL database server.
There could be multiple reason for it. I have implemented different fix for different environment, such as
- Increase physical memory and inndo_buufer_pool_size
- Increase tmp_table_size
- Increase max_heap_table_size
BUT
In one of the environment issue was fixed only after setting innodb_temp_data_file_path = /mysql/<db_name>/temp/ibtmp1:1G:autoextend
Comments
Post a Comment