hmm...
so in short, there is no way for php (via a native function, or ?) to take a password and encrypt it to match the encrypted password in the mysql 4.1.1. db.
in other words, password mypassword is stored in the db for user localhost on host=localhost, in the user table via the password(mypassword) mysql function.
then, when trying to make a db conection via a web script using user localhost and password mypassword, there is no way to encrypt that password so that it matches that of the mysql encryption?
sounds like one of the php conributing developers should code a function to do just that. i would...but im no where near that good 🙂 just full of lots of questions!