Ok, I have a problem with a MySQL environment.
- One server (Windows)
- Two instances of mysql (4.0.27 & 5.x.x)
- Each instance are running as a service with a different port number (tcp 3307/3306)
- Both services are set up with their own parameter files, so they point to the correct binary and data directory
When I try to log on through the console against the MySQL 5 database by starting c:\program files\mysql5\bin\mysql, then everything is working as it should.
If I try to do the same against the Mysql 4 database, it returns an error that the client does not support the authentication protocol requested.
- One server (Windows)
- Two instances of mysql (4.0.27 & 5.x.x)
- Each instance are running as a service with a different port number (tcp 3307/3306)
- Both services are set up with their own parameter files, so they point to the correct binary and data directory
When I try to log on through the console against the MySQL 5 database by starting c:\program files\mysql5\bin\mysql, then everything is working as it should.
If I try to do the same against the Mysql 4 database, it returns an error that the client does not support the authentication protocol requested.