I'm having a problem while trying to remotely connect to my database server from my other server. I receive the following error when i try to make a connection:
ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol ref used (client option 'secure_auth' enabled)
I've checked the secure_auth option on the database server, and it is off, and my client seems to have this option activated as the message says. Is there any way to fix this by only modifying the settings on the database server?