MySQL Forums
Forum List  »  Connector/ODBC

Re: MySql ODBC driver on Windows 11
Posted by: Bogdan Degtyariov
Date: July 08, 2024 12:31AM

Hi Philip,

By default Windows is trying to run the 32-bit version of ODBC Administrator, which does not show 64-bit drivers. That is why you couldn't see anything after installing.

The easiest way to run the correct ODBC Admin is using the command line (or creating shortcuts for the following paths):

- For 32-bit ODBC Admin:
%WINDIR%\SysWow64\odbcad32.exe

- For 64-bit ODBC Amin:
%WINDIR%\System32\odbcad32.exe

You can identify the ODBC Administrator by its window title, which has either "(32-bit)" or "(64-bit)".

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: MySql ODBC driver on Windows 11
July 08, 2024 12:31AM


Sorry, only registered users may post in this forum.

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.