Join the community today
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,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    6:23 PM
    Nginx-1.26.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

    55,397
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    1:23 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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 :)