MySQL/Writing file error (Errcode 28)

后端 未结 10 1975
慢半拍i
慢半拍i 2020-11-29 04:36

I have the following error with one of our web applications -

Query3 failed: Error writing file \'/tmp/MY1fnqpm\' (Errcode: 28) ... INSERT MailList... (remo         


        
10条回答
  •  隐瞒了意图╮
    2020-11-29 05:00

    You can also try using this line if the other doesn't work:

    du -sh /var/lib/mysql/database_Name

    You may also want to check with your host and see how big they allow your databases to be.

提交回复
热议问题