• Verified with database tables and imported old database backup but still can’t be getting up the site.
    No changes made in DNS points, even I can’t able to login wp-admin also (if I can able to login wp-admin dashboard I should change the theme and troubleshot the error).

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s a problem in your WP-config file.
    Make sure the following credentials match with what you have in MySQL.

    Database Name
    Username
    Password

    Check and make changes accordingly to your WP-config file.

    Thread Starter yedukondalu

    (@yedukondalu)

    I thought the same when I was getting an error, but both are the same.

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ”);

    /** MySQL database username */
    define(‘DB_USER’, ”);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ”);

    /** MySQL hostname */
    define(‘DB_HOST’, ”);

    Your database is not linked to the WP installation and that’s what causing this error.

    Like you mentioned:

    define(‘DB_NAME’, ”);
    
    /** MySQL database username */
    define(‘DB_USER’, ”);
    
    /** MySQL database password */
    define(‘DB_PASSWORD’, ”);
    
    /** MySQL hostname */
    define(‘DB_HOST’, ”);

    Does your wp-config file look exactly the same? I believe you have replaced the blank entry points with the right credentials.
    Put the right credentials and your site should be up in no time.

    • This reply was modified 4 years, 7 months ago by dmknows.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to load my website’ is closed to new replies.