Bug #9415 | I cannot connect to mysql DB | ||
---|---|---|---|
Submitted: | 27 Mar 2005 7:13 | Modified: | 27 Mar 2005 15:08 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 4.1.10 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any |
[27 Mar 2005 7:13]
[ name withheld ]
[27 Mar 2005 15:08]
Mark Matthews
From your stacktrace it appears you have an older version of the JDBC driver laying around in your classpath (mm.mysql-2.0.14 or Connector/J 2.0.14). The line numbers and call stack don't line up with any 3.0 release that I'm aware of. The 2.0.14 version of the drivers can not connect to MySQL-4.1.x or newer, as the authentication protocol has changed, and you will get an exception that is similar (or the same) as the one you are reporting.