MySQL Query : SELECT d.catid,d.title,d.url,d.filesize,d.sitetype,d.updatetime,c.catname,c.parentdir,c.catdir, if(instr(dd.downfile, '/files/'), dd.downfile, concat('/uploadfile', substr(dd.downfile, 1, length(dd.downfile) - 1))) downfile, dd.content FROM v9_download d inner join v9_category c on d.catid=c.catid and d.deleted=0 inner join v9_download_data dd on dd.id=d.id order by d.updatetime desc limit 60
MySQL Error : Error writing file '/tmp/MYNJy4dH' (Errcode: 28 - No space left on device)
MySQL Errno : 3
Message : Error writing file '/tmp/MYNJy4dH' (Errcode: 28 - No space left on device)
Need Help?