Connecting to a remote mysql Database
I have everything set up but when i attempt to connect i get an error that says I am using a pre 4.1 password and that a 4.1 password is required... What does this mean?
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');