MySQL: Can't create/write to file '/tmp/#sql_3c6_0.MYI' (Errcode: 2) - What does it even mean?

后端 未结 14 994
忘掉有多难
忘掉有多难 2020-12-02 14:00

For some reason my production DB decided to spew out this message. All application calls fail to the DB with the error:

PreparedStatementCallback; SQL [ /*lo         


        
14条回答
  •  悲&欢浪女
    2020-12-02 14:45

    Check permission issues, mysql config.

    Also check if you haven't reached disk space, quota limits.

    Note: Some systems are limiting number of files (not just space), deleting some old session files helped fixed the issue in my case.

提交回复
热议问题