Re: Is there a 64-bit connector
Posted by: Filipe Silva
Date: November 10, 2017 06:18PM

Hi Edward,

There's no such thing as a 32-bit or a 64-bit JDBC driver for MySQL servers. For all that matters, Connector/J is provided as a JAR containing only pure Java bytecodes, as such it is platform independent.

The only choice you can make is in the JVM architecture when you install it. Here you can opt to install a x86 or a x64 one.

Where do you see the "x86" designation? In the official download page - https://dev.mysql.com/downloads/connector/j/5.1.html - the Connector/J driver is available as "platform independent" only.

Options: ReplyQuote


Subject
Written By
Posted
November 09, 2017 04:58PM
Re: Is there a 64-bit connector
November 10, 2017 06:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.