• Resolved axiomhoney

    (@axiomhoney)


    Hello,
    I have forgot my database user name password, So I have changed it, Now An error message is showing up on website and its content isn’t available,
    Error Message “Error establishing a database connection”
    Kindly guide me, how can I resolve the issue.
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Using FTP:

    Go to root install of WordPress and find wp-config.php file and find out

    /** MySQL database username */
    define('DB_USER', 'USERNAME');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'PASSWORD');

    change the username and password accordingly.

    Thread Starter axiomhoney

    (@axiomhoney)

    Dear Bravokel
    Thanks for your support, the problem is resolved.

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