MySQL reports an error
MySQL message: MySQL::query: error while processing SQL query :
error: Can't create/write to file '/var/tmp/#sql_be13_0.MAI' (Errcode: 28)
query: SELECT * FROM `banners` WHERE `active` = "y" AND `place` = 1 AND ( `date_begin` = "0000-00-00" OR `date_begin` <= "2025-10-28" ) AND ( `date_end` = "0000-00-00" OR `date_end` >= "2025-10-28") AND `exclusive` > 0 AND ( `shows_limit` = 0 OR `shows_limit` >= `shows` ) ORDER BY `exclusive` DESC, RAND() ASC LIMIT 1
last query:
SELECT * FROM `banners` WHERE `active` = "y" AND `place` = 1 AND ( `date_begin` = "0000-00-00" OR `date_begin` <= "2025-10-28" ) AND ( `date_end` = "0000-00-00" OR `date_end` >= "2025-10-28") AND `exclusive` > 0 AND ( `shows_limit` = 0 OR `shows_limit` >= `shows` ) ORDER BY `exclusive` DESC, RAND() ASC LIMIT 1
error number: 1
error text: Can't create/write to file '/var/tmp/#sql_be13_0.MAI' (Errcode: 28)