Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jeffreytd77

    (@jeffreytd77)

    Here’s what I have and I use the same for Database name and Database Username (obviously I changed them for this post)

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

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

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

    /** MySQL hostname */
    define(‘DB_HOST’, ‘p41mysql117.secureserver.net’);

    Still when i login it says:

    ERROR: Invalid username.

    Thanks,

    Jeff

    thats not the info you use to login.

    have you read any of the directions? 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Username doesn’t exist’ is closed to new replies.