Support » Fixing WordPress » Database error

  • Dear All,

    I keep getting frequent database connection error at dogwithblog.in resulting in Error 404 or sometimes Error 500 errors.

    The details of the same are here

    Any help would be greatly appreciated.

    Regards
    Abhishek

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will need to repair your wordpress database.
    using WP_ALLOW_REPAIR which you will need to set true in wp-config.php
    For ex:
    define(‘WP_ALLOW_REPAIR’,true);

    add above code in wp-config.php

    or manually through mysql query in your database panel(PHPMyAdmin)
    Please refer below link:
    https://www.maketecheasier.com/fix-corrupted-wordpress-database-2/

    Thread Starter dogwithblog

    (@dogwithblog)

    Thank you!

    Trying the same…

    Meanwhile here is the response I got from Hostgator:

    Up on checking the logs which was block on the ModSecurity, I could see that there is below rule which is blocking at present on the server.
    #Rogue web site crawler
    This means rogue bots are consuming over 6X the bandwidth of visitors. For other sites which run (about a dozen) the normal ratio is 25%. This will be use most of the bandwidth of the website and which inturn effects the other websites on the server.
    You need to contact the webdeveloper and change the code in such a way that it should not access..

    Server log for the same is as follows:
    http://support-tools.com/?e1954ea33bff599e#lUIiVXYXh87I9ZitbywuILUPfypr3O1B9Hy8CecMlmw=

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