I have MySQL 3.23 server installed on a Linux system.
My Java application is running on a Windows 2000 system.
I am connecting via the mmSQL 1.2a Type IV JDBC driver.
I can successfully connect to the server by specifying the root username and password.
However, when I try to connect to the server using any other username/password combination I receive the following error message:
Communication link failure: Bad handshake.
I have even added some users to the MySQL server that have superuser privileges set, but still can;t connect using their credentials.
Any ideas what may be causing this?
thanks
- Garry