Hi Rudy, thanks for fast reply!
I've just been checking out the link you provided, but as I'm still a n00b I have a few more questions
Quote from the MySQL site:
MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. If you upgrade the server to 4.1, attempts to connect to it with an older client may fail with the following message:
shell> mysql
Client does not support authentication protocol requested
by server; consider upgrading MySQL client
To solve this problem, you should use one of the following approaches:
- Upgrade all client programs to use a 4.1.1 or newer client library.
- When connecting to the server with a pre-4.1 client program, use an account that still has a pre-4.1-style password.
- Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the
- SET PASSWORD statement and the OLD_PASSWORD() function: ...etc.
As I don't have a bunch of old stuff that needs an account with a pre-4.1-style password, I think upgrading all client programs to be compatible with 4.1.7 will be the easyest way to get this to work. But I don't even know what client programs they are talking about?

...the Apache web server? PHP? or the OS itself? ...or?
I replaced the 4.1.7 version of MySQL with 4.0.22 and everything worked just fine, but 4.0.22 can't open stuff made with 4.1.7 so I think upgrading will be the best for me. Also, I will probably run into problems later on that will force me to upgrade, so I might as well do it now. I also tested all the
reset and
change password stuff, but I'm not a
wizard with the Terminal so I didn't get any of it to work

so I'll be grateful if you could push me in the right direction on what to upgrade.
Mickey 