Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter mandyanne

    (@mandyanne)

    Yes, definitely.

    Thread Starter mandyanne

    (@mandyanne)

    Yes, there is 4 folders and some files within my wordpress folder.

    Thread Starter mandyanne

    (@mandyanne)

    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 value

    Thread Starter mandyanne

    (@mandyanne)

    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 value

    Then 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?

Viewing 4 replies - 16 through 19 (of 19 total)