Re: ERROR 1114 (HY000): The table /var/folder/... is full
1) My innodb_data_file_path is set to auto-extend
2) The total size of my /var/folders is 1.4GB (but this is unrelated to mysql). That partition has 512GB+
3) Thank you for the link, that's exactly my problem. After setting these 3 variables, my queries now complete fine!
mysql> set global internal_tmp_mem_storage_engine=Memory;
mysql> set global temptable_max_mmap=12884901888;
mysql> set global temptable_max_ram=12884901888;
Thank you for your help!
Subject
Views
Written By
Posted
1292
October 24, 2021 08:49PM
625
October 24, 2021 10:52PM
Re: ERROR 1114 (HY000): The table /var/folder/... is full
507
October 25, 2021 11:56AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.