MySQL Forums
Forum List  »  Connector/ODBC

Re: 32 bits x 64 bits
Posted by: Bogdan Degtyariov
Date: September 15, 2021 03:30AM

Yes, you can have both 32 and 64 bit drivers installed in Windows.
They will be installed into different directories by default:

32-bit into "C:\Program Files (x86)\MySQL\Connector ODBC 8.0"
64-bit into "C:\Program Files\MySQL\Connector ODBC 8.0"

To configure them you need to use different version of ODBC Administrator as well:

32-bit version: "%windir%\SysWOW64\odbcad32.exe"
64-bit version: %windir%\System32\odbcad32.exe

All the ODBC parameters are kept separately in different branches of registry. They will not interfere with each other.

Options: ReplyQuote


Subject
Written By
Posted
September 03, 2021 07:41AM
Re: 32 bits x 64 bits
September 15, 2021 03:30AM


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.