[CONJ-479] ArrayIndexOutOfBoundsException on connect to MySQL 5.1.73 Created: 2017-05-26 Updated: 2017-06-01 Resolved: 2017-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 2.0.1 |
| Fix Version/s: | 1.6.1, 2.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | J. Lewis Muir | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MariaDB Connector/J 2.0.1 is unable to connect to a MySQL 5.1.73 server. In Java 8, attempting to connect like this:
where url is something like this:
results in the following stack trace:
This issue was initially a question. |
| Comments |
| Comment by Diego Dupin [ 2017-05-29 ] | ||||||||||||||||
|
Issue confirmed. | ||||||||||||||||
| Comment by Diego Dupin [ 2017-05-29 ] | ||||||||||||||||
|
correction SNAPSHOT is available using :
or download directly from maven repo : https://oss.sonatype.org/content/repositories/snapshots/org/mariadb/jdbc/mariadb-java-client/2.0.2-SNAPSHOT/ | ||||||||||||||||
| Comment by J. Lewis Muir [ 2017-05-29 ] | ||||||||||||||||
|
Thank you! I confirm that 2.0.2-SNAPSHOT fixes the problem! | ||||||||||||||||
| Comment by Diego Dupin [ 2017-06-01 ] | ||||||||||||||||
|
for information this concern only MySQL/MariaDB 5.1 |