• I got this

    Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.
    wpq6_users: Table ‘gulalive_wp913.wpq6_users’ doesn’t exist
    wpq6_usermeta: Table ‘gulalive_wp913.wpq6_usermeta’ doesn’t exist
    wpq6_posts: Table ‘gulalive_wp913.wpq6_posts’ doesn’t exist
    wpq6_comments: Table ‘gulalive_wp913.wpq6_comments’ doesn’t exist
    wpq6_links: Table ‘gulalive_wp913.wpq6_links’ doesn’t exist
    wpq6_options: Table ‘gulalive_wp913.wpq6_options’ doesn’t exist
    wpq6_postmeta: Table ‘gulalive_wp913.wpq6_postmeta’ doesn’t exist
    wpq6_terms: Table ‘gulalive_wp913.wpq6_terms’ doesn’t exist
    wpq6_term_taxonomy: Table ‘gulalive_wp913.wpq6_term_taxonomy’ doesn’t exist
    wpq6_term_relationships: Table ‘gulalive_wp913.wpq6_term_relationships’ doesn’t exist
    wpq6_termmeta: Table ‘gulalive_wp913.wpq6_termmeta’ doesn’t exist

    How can I fix it??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Check your mysql logs.

    If you are under a Shared Hosting, ask your tech support to fix the database for you.

    If you have VPS:

    1. Login via SSH

    2. Stop apache/httpd

    3. type “mysqlcheck -u root -p –auto-repair datbasename

    or follow instructions by going to http://www.example.com/wp-admin/maint/repair.php … however if I would have that problem I would feel better by restoring a backup.

    • This reply was modified 7 years, 2 months ago by Earnie Rhyker.
    Moderator t-p

    (@t-p)

    If all the credentials are correct in your config.php, then looks like something deleted your site’s tables. You’ll need to restore from backup

    If you don’t have DB backup, aks you hosting provider if they backup of your site. If they do, ask the to restore it.

    Thread Starter ciriciri

    (@ciriciri)

    Is there any possibility that the hosting provider doesn’t have DB backup of my site?

    Yes there is. The amount, or even existance of, backups it totally up to the hosting company. Most do great backups, but some don’t. You’d need to ask them to find out.

    Thread Starter ciriciri

    (@ciriciri)

    If there isn’t. how can I get back my site normally?

    If the host doesn’t have a backup and you don’t have a backup and there’s no other backups anywhere then the only chance that you’ll salvage anything is if there is some of your content cached by archive.org or google. Without that the only thing you can do is start again right back from the start.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Database Error’ is closed to new replies.