• Sorry to not be original, but I’m getting this on install:

    We were able to connect to the database server (which means your username and password is okay) but not able to select the tgd_combo database.

    my config is:

    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘tgd_combo’); // The name of the database
    define(‘DB_USER’, ‘modder’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘xxxxxxx’); // …and password
    define(‘DB_HOST’, ‘127.0.0.1’); // or 127.0.0.1 99% chance you won’t need to

    i have:

    • tried multiple databases
    • read lots and lots of posts on this subject

    • looked at the database in myphp
    • tried “localhost” and the literal address shown
    • replaced the db user PW

    FWIW:

    • the db is a clean new one
    • I’ve successfully installed WP on this server before
    • the host company has just moved up to msql 5 db’s
    • am designer not php dood, but reasonably install savvey

    i really have spent a helluva a lot of time on this – would very much appreciate some advice..

    TIA

    TIM

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter timoti

    (@timoti)

    BTW, I have also tried prefixing the db name with the username, to no avail..

    cheers

    Thread Starter timoti

    (@timoti)

    hi – is there anyone out there?

    I’m still really stuck with this thing – can’t believe someone else hasn’t gone through this before

    anyone??

    Does the database user you have setup have the appropriate permissions for the database that you’ve setup. Also have you setup a database with that name. I know you said you did but it happens to the best of us, just go back through and verify all the steps you took. Here’s something for reference.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘another can’t select database install problem’ is closed to new replies.