Skip to main content

Table './eximstats/sends' is marked as crashed

Comments

9 comments

  • urgido
    I tried to follow the steps posted on SOLVED - Database Error: Table './eximstats/sends but no luck
    0
  • cPanelMichael
    error : Can't create new tempfile: './eximstats/sends.TMD'

    Hello, This topic is discussed on the following thread: exim stats failing, can't run mail reports Thank you.
    0
  • urgido
    root@ [/]# myisamchk -r -f sends.MYI myisamchk: error: File 'sends.MYI' doesn't exist root@ [/]# mysqlcheck --repair eximstats eximstats.defers OK eximstats.sends error : Can't create new tempfile: './eximstats/sends.TMD' status : Operation failed eximstats.smtp OK root@ [/]#
    0
  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • urgido
    Support Request ID is: 8141381
    0
  • cPanelMichael
    To update, the issue was addressed by moving the SENDS.MYI file out of the way and then running the following command with MySQL stopped:
    myisamchk -r /var/lib/mysql/eximstats/sends.MYI
    Thank you.
    0
  • urgido
    New error: myisamchk -r /var/lib/mysql/eximstats/sends.MYI - recovering (with sort) MyISAM-table '/var/lib/mysql/eximstats/sends.MYI' Data records: 3619 myisamchk: error: Can't create new tempfile: '/var/lib/mysql/eximstats/sends.TMD' MyISAM-table '/var/lib/mysql/eximstats/sends.MYI' is not fixed because of errors Try fixing it by using the --safe-recover (-o), the --force (-f) option or by not using the --quick (-q) flag
    0
  • cPanelMichael
    myisamchk: error: Can't create new tempfile: '/var/lib/mysql/eximstats/sends.TMD'

    Please verify if you have tried dropping and rebuilding the entire eximstats database using the instructions on the following thread: exim stats failing, can't run mail reports Thank you.
    0
  • urgido
    SOLVED! thanks
    0

Please sign in to leave a comment.