• I have been trying to install Wp in my database and I am having no luck the last error message : can’t find database so this is the info I put in the wp-config,php file after I changed with:

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘ DividedPlaces_uk_db’); // The name of the database
    define(‘DB_USER’, ‘DividedPlaces’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘youpasswordhere’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    this is my database info:

    Your dateabase information
    Name: DividedPlaces_uk_db
    Username: DividedPlaces
    Password: no password needed
    Host: localhost

    Now I am getting this eroor;

    Parse error: syntax error, unexpected T_STRING in /data/members/free/tripod/uk/d/e/v/devided/htdocs/wordpress/wp-config.php on line 5

    could you please help me?

    thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘two different errors on install’ is closed to new replies.