• haribsaif

    (@haribsaif)


    wpgg_users: Table ‘omanstars_omstars.wpgg_users’ doesn’t exist
    wpgg_posts: Table ‘omanstars_omstars.wpgg_posts’ doesn’t exist
    wpgg_comments: Table ‘omanstars_omstars.wpgg_comments’ doesn’t exist
    wpgg_links: Table ‘omanstars_omstars.wpgg_links’ doesn’t exist
    wpgg_options: Table ‘omanstars_omstars.wpgg_options’ doesn’t exist
    wpgg_terms: Table ‘omanstars_omstars.wpgg_terms’ doesn’t exist
    wpgg_term_taxonomy: Table ‘omanstars_omstars.wpgg_term_taxonomy’ doesn’t exist
    wpgg_term_relationships: Table ‘omanstars_omstars.wpgg_term_relationships’ doesn’t exist
    wpgg_termmeta: Table ‘omanstars_omstars.wpgg_termmeta’ doesn’t exist

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator threadi

    (@threadi)

    According to the message, key WordPress tables are missing from your database. I would recommend restoring a backup. If you don’t have one yourself, contact your host’s support team.

    Sandeep Dahiya

    (@sandeepdahiya)

    WordPress ususally uses ‘wp_’ prefix, so make sure you are using the proper one. Go to phpMyAdmin or other any DB tool in your cPanel/hosting dashboard and see if the database and tables exist there or not.

    If it is there, check the prefix and update the same, if necessary, in your wp-config.php file under $table_prefix = ‘wpgg_’.

    And if you don’t find any table in your database, then there there is something wrong with your database import and you may either restore it from backup file or freshly install it.

    Shubham Patil

    (@iamshubhamsp)

    Hello @haribsaif
    As I can see your database is crashing because of corrupted file or due to something is missing. Try to repair your database using a simple code. If it help you can able to do a restore otherwise you need to get a fresh copy of your database and then reimport it.

    define( ‘WP_ALLOW_REPAIR’, true ); “Add this in your wp-config.php” file.
    Also, try with this article
    https://blogvault.net/repair-wordpress-database/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WP database crashed’ is closed to new replies.