by michiel » 1:06am, Tue 09 May, 2006
that error indicates there is something wrong with your database connection details.
a Database connection requires four things, and they are very sensitive to errors (just one little typo and it won't work).
- a database host (the name of the server, in many cases "localhost" works, but not always)
- a database "user" the name of the user who can connect to this host
- a database "password" the password to use for the connection
- a database "name" the name of the database to use.
if any of these four are incorrect, you get the error. So, it's best to double, triple or whatever check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
and no, you did not have to upload the "bin" or "scripts" directories. Just the "lists" one is all you need in a normal situation.