Want to subscribe to topics you're interested in?
Become a Member

Error when i try to repair database

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

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    3:13 PM
    Nginx-1.29.x
    MariaDB 10.6.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

    58,908
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:13 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    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 :)