• I am trying to create my wp website for the first time.
    We have problem to connect with the database. Password, username, databasename and hostname are correct, well I assume we have to look for them in MySQL page right?
    please help!
    thaaaanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you’re not connecting to the database, then your password, username, databasename or hostname are incorrect. Make sure to double-check that you haven’t put in a typo.

    what could be the hostname & Database name ?
    m also having the same problem.

    even when i update n open install.php file in browser, some script kind of thing is opening.

    /** MySQL hostname */
    define(‘DB_HOST’, ‘??’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘??’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ‘??’);

    ?? – what to fill ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘First time, can't connect to database! help!’ is closed to new replies.