mandyanne
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wp-config.php file??Yes, definitely.
Forum: Installing WordPress
In reply to: wp-config.php file??Yes, there is 4 folders and some files within my wordpress folder.
Forum: Installing WordPress
In reply to: wp-config.php file??sorry, I forgot to paste the right one, my wp-config.php file looks like this:
My wp-config.php file looks like this:
define(‘DB_NAME’, ‘mandyanne_dkmhosting_com’); // The name of the database
define(‘DB_USER’, ‘mandyanne_dkmhosting_com’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*****’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueForum: Installing WordPress
In reply to: wp-config.php file??Thanks for all the help! It’s still not working, but my dbuser name and such was wrong, I went into cpanel and got that info, now it looks like this:
My wp-config.php file looks like this:
define(‘DB_NAME’, ‘mandyannedkmhostingcom’); // The name of the database
define(‘DB_USER’, ‘mandyannedkmhostingcom’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*****’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueThen I re-uploaded the file to my server. When I upload, there is a file already there called images, and then some other files like index.html. Those were already there, I did not create them. So right beside them is my wordpress folder with all the wordpress files in it.
Regarding the file itself, I did rename it, but I didn’t delete the old one. So there is a wp-config-sample.php in the wp folder and then a wp-config.php file (as it looks above) in the folder.
What else could I have done wrong?