MySQL/写入文件错误(错误代码 28)

标签 mysql logging

我的一个网络应用程序出现以下错误 -

Query3 failed: Error writing file '/tmp/MY1fnqpm' (Errcode: 28) ... INSERT MailList... (removed the rest of the query for security reasons)

有什么想法 - 这是我的服务器上的硬盘空间问题吗?

最佳答案

使用perror command :

$ perror 28
OS error code  28:  No space left on device

除非您的系统上的错误代码不同,否则您的文件系统已满。

关于MySQL/写入文件错误(错误代码 28),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31674133/

相关文章:

mysql - AWS Lambda Invoke 不执行 lambda 函数

mysql - 将 MySQL 查询转换为 MS Access

mysql - 我如何将 Rails 用户身份验证/授权与 MySQL 数据库服务器中的现有权限相关联?

git - 在命令上设置 git 默认标志

c# - 如何跟踪应用程序中的所有方法

javascript - Ajax jquery 自动完成隐藏 id

php - 查询结果显示为“0”

java - log4j 和 weblogic : duplicate log messages

c++ - 将消息添加到断言

Python Windows 服务 - 日志记录不起作用