Learn about Centmin Mod LEMP Stack today
Register Now

Error when i try to repair database

Discussion in 'System Administration' started by pamamolf, Nov 7, 2014.

  1. pamamolf

    pamamolf Well-Known Member

    4,022
    421
    83
    May 31, 2014
    Ratings:
    +816
    Local Time:
    7:28 PM
    Nginx-1.17.x
    MariaDB 10.3.x
    Hi

    When i try to repair a database i am getting this:

    Code:
    domain_com_-_db2.ibf_profile_portal_viewsrepairErrorCan't find file: 'ibf_profile_portal_views' (errno: 2)
    domain_com_-_db2.ibf_topic_viewsrepairErrorCan't find file: 'ibf_topic_views' (errno: 2)
    Any ideas?

     
  2. eva2000

    eva2000 Administrator Staff Member

    50,460
    11,661
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,082
    Local Time:
    2:28 AM
    Nginx 1.25.x
    MariaDB 10.x
    errno = no such file or can not read file, so you either have missing tables and/or corruption you need to repair.

    You're on your own for that :)