MySQL Forums
Forum List  »  Newbie

Re: Issue setting up a database please
Posted by: amanchi mounika
Date: September 13, 2016 07:02AM

WP-Config.php is probably the single most important file in your entire WordPress installation. This is where you specify the details for WordPress to connect your database. If you changed your root password, or the database user password, then you will need to change this file as well. First thing you should always check is if everything in your wp-config.php file is the same.
1
define('DB_NAME', 'database-name');
2
define('DB_USER', 'database-username');
3
define('DB_PASSWORD', 'database-password');
4
define('DB_HOST', 'localhost');
Remember your DB_Host value might not always be localhost. Depending on the host, it will be different. For popular hosts like HostGator, BlueHost, Site5, it is localhost. You can find other host values here.

I Have fixed this error for this site <a href="www.easyjobsway.com" >Sbi recruitment</a>

Options: ReplyQuote


Subject
Written By
Posted
September 01, 2016 02:00PM
Re: Issue setting up a database please
September 13, 2016 07:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.