WheatGrain
Member
Posted 7 years ago #
I am quite confused where to place MySQL's DB_NAME, DB_USER, DB_PASSWORD, DB_HOST. Which side do I replace? For example: define('DB_NAME', 'wordpress'); Where do I place it?
An example would be a nice!
Thanks.
[Moderated- wp-config.php code removed]
You replace the words between the single quotes.
WheatGrain
Member
Posted 7 years ago #
Can you give me an example? Which quotes?
define('DB_NAME', 'wordpress'); // The name of the database
You replace the word between the single quotes, in this case wordpress.
WheatGrain
Member
Posted 7 years ago #
define('DB_NAME', 'norman_wordpress'); // The name of the database
Correct? Same goes for all?
NuclearMoose
Member
Posted 7 years ago #
WheatGrain
Member
Posted 7 years ago #
Thanks, but now, after the installtion process is finished. I checked the login and it says "Your session has expired." What does that mean?