I do this:
But I get this:
I have tried changing the password and made sure that the password is correct.
I get the same problem when I try to connect to the database using the CLI application. Any ideas? UPDATE: For what it's worth, I just created a new database and connected with the generated password. Seems to work fine. I'd still like to know what's wrong with the old setup. asked 01 Nov '10, 13:29 Deniz Dogan |
Your database user name is not the same as your account user name. Your database user name is the same as the name of your database. So, if your db name is "my_database", then you should use that as your database user name. Hope that helps! answered 01 Nov '10, 15:06 seanf |