• patrickchi

    (@patrickchi)


    I’m pretty sure that I fill that 4 things right, but not working!!
    I can login mysql this the information below, which means it is correct.

    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘wordpress’);

    /** MySQL database username */
    define(‘DB_USER’, ‘patrickchi’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘achi08050032’);

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

    btw, it kimsufi server KS-2, Debian 7.5, LNMP
    Please help me..

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

    (@damiasol)

    Log on on your server an try it from the command line

    mysql -u patrickchi -pachi08050032 -h localhost wordpress

    Tell us if works or you get any error.

    Thread Starter patrickchi

    (@patrickchi)

    Yes, it works! What’s next? Thank you!!!!

    Thread Starter patrickchi

    (@patrickchi)

    I still get “Error establishing a database connection” T T

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error establishing a connection to the Database’ is closed to new replies.